SpeechRecognitionEventArgs クラス

定義

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

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

プロパティ

Offset

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

(継承元 RecognitionEventArgs)
Result

認識結果を指定します。

SessionId

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

(継承元 SessionEventArgs)

メソッド

ToString()

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

適用対象