Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SpeechRecognitionEngine Constructor
Initializes a new instance of the SpeechRecognitionEngine class using the default speech recognizer for the system.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New SpeechRecognitionEngine()
public SpeechRecognitionEngine()
Remarks
Before the speech recognizer can begin recognition, you must load at least one speech 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:
See Also
Reference
SpeechRecognitionEngine Members