Class SPXMeetingTranscriptionResult
Declaration
@class SPXMeetingTranscriptionResult : SPXRecognitionResult;
Description
Defines the result of meeting transcription.
Properties
userId
@property (readonly, copy, atomic) NSString * _Nullable userId;
A string that represents an user identifier in the meeting.
utteranceId
@property (readonly, copy, atomic) NSString * _Nullable utteranceId;
A string that represents the utterance. This id is consistence for intermediates and final speech recognition result from one speaker.