Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SpeechRecognizer::State Property

 

Gets the state of a SpeechRecognizer object.

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

public:
property RecognizerState State {
	RecognizerState get();
}

Property Value

Type: System.Speech.Recognition::RecognizerState

The state of the SpeechRecognizer object.

This read-only property indicates whether the shared recognizer resident in Windows is in the Stopped or the Listening state. For more information, see the RecognizerState enumeration.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft