SpeechRecognizer.Enabled プロパティ

定義

この SpeechRecognizer オブジェクトが音声を処理する準備ができたかどうかを示す値を取得または設定します。

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

プロパティ値

この SpeechRecognizer オブジェクトが音声認識を行っている場合は true。それ以外の場合は false

注釈

このプロパティに対する変更は、 クラスの他のインスタンスには SpeechRecognizer 影響しません。

既定では、 プロパティの値はtrueEnabled の新しくインスタンス化されたインスタンスにSpeechRecognizer対してです。 認識エンジンが無効になっている間、認識エンジンの音声認識文法は認識操作に使用できません。 認識エンジンの プロパティを Enabled 設定しても、認識エンジンの State プロパティには影響しません。

適用対象

こちらもご覧ください