Class SPXConversationTranscriptionEventArgs
Declaration
@class SPXConversationTranscriptionEventArgs : SPXRecognitionEventArgs;
Description
Defines the payload for conversation transcription events.
Properties
result
@property (readonly, atomic) SPXConversationTranscriptionResult * _Nullable result;
Represents the conversation transcription result.