class Transcription::ConversationTranscriptionCanceledEventArgs
: public Transcription::ConversationTranscriptionEventArgs
会話の文字起こしによって取り消されたイベント引数のクラス。
メンバー
理由
構文: public const CancellationReason & Reason;
結果が取り消された理由。
エラーコード
構文: public const CancellationErrorCode & ErrorCode;
認識に失敗した場合のエラー コード (理由 が Error に設定されています)。 Reason が Error でない場合、ErrorCode は NoError に設定されます。
ErrorDetails
構文: public const std::string ErrorDetails;
認識に失敗した場合のエラー メッセージ (理由 が [エラー] に設定されています)。
ConversationTranscriptionCanceledEventArgs
構文: public inline explicit ConversationTranscriptionCanceledEventArgs ( SPXEVENTHANDLE hevent );
コンストラクタ。
パラメーター
-
hevent
イベント ハンドル
~ConversationTranscriptionCanceledEventArgs
構文: public inline virtual ~ConversationTranscriptionCanceledEventArgs ( );