SpeechRecognitionEngine Constructor ()
.NET Framework (current version)
Initializes a new instance of the SpeechRecognitionEngine class using the default speech recognizer for the system.
Assembly: System.Speech (in System.Speech.dll)
Before the speech recognizer can begin speech recognition, you must load at least one recognition grammar and configure the input for the recognizer.
To load a grammar, call the LoadGrammar or LoadGrammarAsync method.
To configure the audio input, use one of the following methods:
.NET Framework
Available since 3.0
Available since 3.0
Show: