AWSTranscribeRule
Objective-C
@interface AWSTranscribeRule
Swift
class AWSTranscribeRule
A rule is a set of criteria that you can specify to flag an attribute in your Call Analytics output. Rules define a Call Analytics category.
Rules can include these parameters: , , , and .
To learn more about Call Analytics rules and categories, see Creating categories for post-call transcriptions and Creating categories for real-time transcriptions.
To learn more about Call Analytics, see Analyzing call center audio with Call Analytics.
-
Flag the presence or absence of interruptions in your Call Analytics transcription output. Refer to for more detail.
Declaration
Objective-C
@property (nonatomic, strong) AWSTranscribeInterruptionFilter *_Nullable interruptionFilter;
Swift
var interruptionFilter: AWSTranscribeInterruptionFilter? { get set }
-
Flag the presence or absence of periods of silence in your Call Analytics transcription output. Refer to for more detail.
Declaration
Objective-C
@property (nonatomic, strong) AWSTranscribeNonTalkTimeFilter *_Nullable nonTalkTimeFilter;
Swift
var nonTalkTimeFilter: AWSTranscribeNonTalkTimeFilter? { get set }
-
Flag the presence or absence of specific sentiments in your Call Analytics transcription output. Refer to for more detail.
Declaration
Objective-C
@property (nonatomic, strong) AWSTranscribeSentimentFilter *_Nullable sentimentFilter;
Swift
var sentimentFilter: AWSTranscribeSentimentFilter? { get set }
-
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output. Refer to for more detail.
Declaration
Objective-C
@property (nonatomic, strong) AWSTranscribeTranscriptFilter *_Nullable transcriptFilter;
Swift
var transcriptFilter: AWSTranscribeTranscriptFilter? { get set }