AWSConnectRealTimeContactAnalysisTranscriptItemWithCharacterOffsets
Objective-C
@interface AWSConnectRealTimeContactAnalysisTranscriptItemWithCharacterOffsets
Swift
class AWSConnectRealTimeContactAnalysisTranscriptItemWithCharacterOffsets
Transcript representation containing Id and list of character intervals that are associated with analysis data. For example, this object within a RealTimeContactAnalysisPointOfInterest
in Category.MatchedDetails
would have character interval describing part of the text that matched category.
Required parameters: [Id]
-
List of character intervals within transcript content/text.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectRealTimeContactAnalysisCharacterInterval *_Nullable characterOffsets;
Swift
var characterOffsets: AWSConnectRealTimeContactAnalysisCharacterInterval? { get set }
-
Transcript identifier. Matches the identifier from one of the TranscriptSegments.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }