AWSConnectRealTimeContactAnalysisTranscriptItemRedaction
Objective-C
@interface AWSConnectRealTimeContactAnalysisTranscriptItemRedaction
Swift
class AWSConnectRealTimeContactAnalysisTranscriptItemRedaction
Object describing redaction applied to the segment.
-
List of character intervals each describing a part of the text that was redacted. For
OutputType.Raw, part of the original text that contains data that can be redacted. ForOutputType.Redacted, part of the string with redaction tag.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectRealTimeContactAnalysisCharacterInterval *> *_Nullable characterOffsets;Swift
var characterOffsets: [AWSConnectRealTimeContactAnalysisCharacterInterval]? { get set }
View on GitHub
Install in Dash
AWSConnectRealTimeContactAnalysisTranscriptItemRedaction Class Reference