SpeechRecognitionEngine.SetInputToNull メソッド
定義
音声レコグナイザーに対する入力を無効にします。Disables the input to the speech recognizer.
public:
void SetInputToNull();
public void SetInputToNull ();
member this.SetInputToNull : unit -> unit
Public Sub SetInputToNull ()
注釈
SpeechRecognitionEngineメソッドとメソッドを使用するとき EmulateRecognize EmulateRecognizeAsync 、または認識エンジンを一時的にオフにするときに、入力なしのオブジェクトを構成します。Configure the SpeechRecognitionEngine object for no input when using the EmulateRecognize and EmulateRecognizeAsync methods, or when taking a recognition engine temporarily off line.