SpeechRecognitionVoiceCommandDefinitionConstraint.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 = speechRecognitionVoiceCommandDefinitionConstraint.isEnabled;
speechRecognitionVoiceCommandDefinitionConstraint.isEnabled = boolean;
Public Property IsEnabled As Boolean

プロパティ値

Boolean

bool

音声認識エンジンが制約を使用して認識を実行できる場合。それ以外の場合は 。

実装

適用対象

こちらもご覧ください