SpeechRecognitionGrammarFileConstraint.IsEnabled プロパティ

定義

音声認識エンジンが認識を実行するために制約を使用できるかどうかを取得または設定します。

public:
 property bool IsEnabled { bool get(); void set(bool value); };
bool IsEnabled();

void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = speechRecognitionGrammarFileConstraint.isEnabled;
speechRecognitionGrammarFileConstraint.isEnabled = boolean;
Public Property IsEnabled As Boolean

プロパティ値

Boolean

bool

True の 場合、音声認識エンジンは、制約を使用して認識を実行できます。それ以外の場合は false。

実装

適用対象

こちらもご覧ください