SpeechRecognitionCanceledEventArgs.ErrorCode プロパティ

定義

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

public Microsoft.CognitiveServices.Speech.CancellationErrorCode ErrorCode { get; }
member this.ErrorCode : Microsoft.CognitiveServices.Speech.CancellationErrorCode
Public ReadOnly Property ErrorCode As CancellationErrorCode

プロパティ値

適用対象