次の方法で共有


ISpeechRecognitionConstraint.IsEnabled プロパティ

定義

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。

適用対象

こちらもご覧ください