AWSTranscribeCreateCallAnalyticsCategoryResponse
Objective-C
@interface AWSTranscribeCreateCallAnalyticsCategoryResponse
Swift
class AWSTranscribeCreateCallAnalyticsCategoryResponse
-
Provides you with the properties of your new category, including its associated rules.
Declaration
Objective-C
@property (nonatomic, strong) AWSTranscribeCategoryProperties *_Nullable categoryProperties;
Swift
var categoryProperties: AWSTranscribeCategoryProperties? { get set }