AWSTranscribeCallAnalyticsSkippedFeature
Objective-C
@interface AWSTranscribeCallAnalyticsSkippedFeature
Swift
class AWSTranscribeCallAnalyticsSkippedFeature
Represents a skipped analytics feature during the analysis of a call analytics job.
The Feature
field indicates the type of analytics feature that was skipped.
The Message
field contains additional information or a message explaining why the analytics feature was skipped.
The ReasonCode
field provides a code indicating the reason why the analytics feature was skipped.
-
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
Declaration
Objective-C
@property (nonatomic) AWSTranscribeCallAnalyticsFeature feature;
Swift
var feature: AWSTranscribeCallAnalyticsFeature { get set }
-
Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;
Swift
var message: String? { get set }
-
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
Declaration
Objective-C
@property (nonatomic) AWSTranscribeCallAnalyticsSkippedReasonCode reasonCode;
Swift
var reasonCode: AWSTranscribeCallAnalyticsSkippedReasonCode { get set }