次の方法で共有


IntentRecognitionCanceledEventArgs クラス

定義

意図認識によって取り消された結果イベントのペイロードが含まれます。

public sealed class IntentRecognitionCanceledEventArgs : Microsoft.CognitiveServices.Speech.Intent.IntentRecognitionEventArgs
type IntentRecognitionCanceledEventArgs = class
    inherit IntentRecognitionEventArgs
Public NotInheritable Class IntentRecognitionCanceledEventArgs
Inherits IntentRecognitionEventArgs
継承

プロパティ

ErrorCode

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

ErrorDetails

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

Offset

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

(継承元 RecognitionEventArgs)
Reason

結果が取り消された理由。

Result

意図認識の結果を表します。

(継承元 IntentRecognitionEventArgs)
SessionId

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

(継承元 SessionEventArgs)

メソッド

ToString()

セッション ID と意図認識結果イベントを表す文字列を返します。

適用対象