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.
class Transcription::ConversationTranscriptionCanceledEventArgs
: public Transcription::ConversationTranscriptionEventArgs
Class for conversation transcriber canceled event arguments.
Members
Reason
Syntax: public const CancellationReason & Reason;
The reason the result was canceled.
ErrorCode
Syntax: public const CancellationErrorCode & ErrorCode;
The error code in case of an unsuccessful recognition (Reason is set to Error). If Reason is not Error, ErrorCode is set to NoError.
ErrorDetails
Syntax: public const std::string ErrorDetails;
The error message in case of an unsuccessful recognition (Reason is set to Error).
ConversationTranscriptionCanceledEventArgs
Syntax: public inline explicit ConversationTranscriptionCanceledEventArgs ( SPXEVENTHANDLE hevent );
Constructor.
Parameters
hevent
Event handle
~ConversationTranscriptionCanceledEventArgs
Syntax: public inline virtual ~ConversationTranscriptionCanceledEventArgs ( );