Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.