This topic has not yet been rated - Rate this topic

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
Public method SpeechRecognitionEngine() Constructs an instance of SpeechRecognitionEngine using the current system default recognition engine.
Public method SpeechRecognitionEngine(CultureInfo) Constructs an instance of SpeechRecognitionEngine using the default recognition engine for a given locale.
Public method SpeechRecognitionEngine(RecognizerInfo)
Public method SpeechRecognitionEngine(String) Constructs an instance of SpeechRecognitionEngine based on the registry key name for a recognition engine.
Top

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ