SpeechRecognizer::Enabled Property
.NET Framework (current version)
Gets or sets a value that indicates whether this SpeechRecognizer object is ready to process speech.
Assembly: System.Speech (in System.Speech.dll)
Property Value
Type: System::Booleantrue if this SpeechRecognizer object is performing speech recognition; otherwise, false.
Changes to this property do not affect other instances of the SpeechRecognizer class.
By default, the value of the Enabled property is true for a newly instantiated instance of SpeechRecognizer. While the recognizer is disabled, none of the recognizer's speech recognition grammars are available for recognition operations. Setting the recognizer's Enabled property has no effect on the recognizer's State property.
.NET Framework
Available since 3.0
Available since 3.0
Show: