RecognitionEventArgs クラス

定義

Speech Start/End Detected などの認識イベントのペイロードが含まれます。

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

プロパティ

Offset

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

SessionId

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

(継承元 SessionEventArgs)

メソッド

ToString()

認識イベント ペイロードを表す文字列を返します。

適用対象