







|
| SpeechRecognitionEngine..::..SetInputToNull Method |
| SpeechRecognitionEngine Class See Also Send Feedback |
Disables the input to the speech recognizer.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub SetInputToNull |
| Visual Basic (Usage) |
|---|
Dim instance As SpeechRecognitionEngine instance.SetInputToNull() |
| C# |
|---|
public void SetInputToNull() |
Remarks
Configure the SpeechRecognitionEngine object for no input when using the EmulateRecognize and EmulateRecognizeAsync methods, or when taking a recognition engine temporarily off line.
