class Transcription::ConversationTranslationEventArgs
class Transcription::ConversationTranslationEventArgs
: public RecognitionEventArgs
: public Transcription::EventHelper
Event arguments for the ConversationTranslator ConversationTranslator::Transcribing, ConversationTranslator::Transcribed, or ConversationTranslator::TextMessageReceived events. Added in 1.9.0.
Members
Result
Syntax: public std::shared_ptr< const ConversationTranslationResult > Result;
Contains the conversation translation result. This could be for a canceled event, a speech recognition, or a received text message.
ConversationTranslationEventArgs
Syntax: public inline explicit ConversationTranslationEventArgs ( SPXEVENTHANDLE hevent );
Creates a new instance.
Parameters
hevent
The event handle returned by the C-API.