![Collapse image Collapse image](collapse_all.gif)
![Expand Image Expand Image](expand_all.gif)
![](collapse_all.gif)
![](expand_all.gif)
![](dropdown.gif)
![](dropdownHover.gif)
![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
![]() ![]() |
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.