SetInputToNull Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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.

See Also