SpeechRecognitionEngine Constructor
Constructs an instance of SpeechRecognitionEngine.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SpeechRecognitionEngine() | Constructs an instance of SpeechRecognitionEngine using the current system default recognition engine. |
|
SpeechRecognitionEngine(CultureInfo) | Constructs an instance of SpeechRecognitionEngine using the default recognition engine for a given locale. |
|
SpeechRecognitionEngine(RecognizerInfo) | |
|
SpeechRecognitionEngine(String) | Constructs an instance of SpeechRecognitionEngine based on the registry key name for a recognition engine. |
A SpeechRecognizer may be constructed by:
-
Using the default system recognition engine
-
Selecting a particular recognition engine by name
-
Asking for the default recognition engine for a given locale (as specified by CultureInfo)
-
Fully specifying the SpeechRecognitionEngine with a RecognzierInfo.