IntentRecognitionEventArgs クラス

定義

意図認識/認識イベントのペイロードが含まれます。

public class IntentRecognitionEventArgs : Microsoft.CognitiveServices.Speech.RecognitionEventArgs
type IntentRecognitionEventArgs = class
    inherit RecognitionEventArgs
Public Class IntentRecognitionEventArgs
Inherits RecognitionEventArgs
継承
IntentRecognitionEventArgs
派生

プロパティ

Offset

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

(継承元 RecognitionEventArgs)
Result

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

SessionId

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

(継承元 SessionEventArgs)

メソッド

ToString()

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

適用対象