SpeechGrammar.Enabled Property

Gets or sets whether the grammar can be used by the speech recognizer to perform recognition.

Syntax

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

Property value

Type: bool 

 If true, the grammar is used to perform recognition. If false, the grammar is not used.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechGrammar Class

SpeechGrammar Members

Windows.Xbox.Speech.Recognition Namespace