AWSTranscribeGetCallAnalyticsCategoryResponse
Objective-C
@interface AWSTranscribeGetCallAnalyticsCategoryResponse
Swift
class AWSTranscribeGetCallAnalyticsCategoryResponse
-
Provides you with the properties of the Call Analytics category you specified in your
GetCallAnalyticsCategory
request.Declaration
Objective-C
@property (nonatomic, strong) AWSTranscribeCategoryProperties *_Nullable categoryProperties;
Swift
var categoryProperties: AWSTranscribeCategoryProperties? { get set }