次の方法で共有


TranslationRecognitionCanceledEventArgs クラス

定義

翻訳テキストの結果認識で取り消された結果イベントのペイロードが含まれます。

public sealed class TranslationRecognitionCanceledEventArgs : Microsoft.CognitiveServices.Speech.Translation.TranslationRecognitionEventArgs
type TranslationRecognitionCanceledEventArgs = class
    inherit TranslationRecognitionEventArgs
Public NotInheritable Class TranslationRecognitionCanceledEventArgs
Inherits TranslationRecognitionEventArgs
継承

プロパティ

ErrorCode

認識に失敗した場合のエラー コード (Reason が Error に設定されています)。 Reason が Error でない場合、ErrorCode は NoError を返します。 1.1.0 で追加

ErrorDetails

認識に失敗した場合のエラー メッセージ (Reason が Error に設定されています)。

Offset

メッセージ オフセットをティック単位 (100 ナノ秒) で表します。

(継承元 RecognitionEventArgs)
Reason

認識が取り消された理由。

Result

認識結果を指定します。

(継承元 TranslationRecognitionEventArgs)
SessionId

セッション識別子を表します。

(継承元 SessionEventArgs)

メソッド

ToString()

音声認識の結果イベントを表す文字列を返します。

適用対象