SpeechRecognizer::Enabled Property

 

Gets or sets a value that indicates whether this SpeechRecognizer object is ready to process speech.

Namespace:   System.Speech.Recognition
Assembly:  System.Speech (in System.Speech.dll)

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

Property Value

Type: System::Boolean

true 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
Return to top
Show: