ISpeechRecognitionConstraint.IsEnabled プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SpeechRecognizer オブジェクトが認識を実行するために制約を使用できるかどうかを取得または設定します。
public:
property bool IsEnabled { bool get(); void set(bool value); };
bool IsEnabled();
void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = iSpeechRecognitionConstraint.isEnabled;
iSpeechRecognitionConstraint.isEnabled = boolean;
Public Property IsEnabled As Boolean
プロパティ値
Boolean
bool
True の 場合、音声認識エンジンは、制約を使用して認識を実行できます。それ以外の場合は false。