SpeechRecognizer.Timeouts プロパティ

定義

音声認識エンジンが無音または認識できない音 (babble) を無視し、音声入力のリッスンを継続する時間を取得します。

public:
 property SpeechRecognizerTimeouts ^ Timeouts { SpeechRecognizerTimeouts ^ get(); };
SpeechRecognizerTimeouts Timeouts();
public SpeechRecognizerTimeouts Timeouts { get; }
var speechRecognizerTimeouts = speechRecognizer.timeouts;
Public ReadOnly Property Timeouts As SpeechRecognizerTimeouts

プロパティ値

タイムアウト設定。

適用対象

こちらもご覧ください