Assigns a null device as the input to the speech recognition engine.
Namespace:
Microsoft.Speech.VoiceXml
Assembly:
Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
C# |
---|
protected void SetInputToNull() |
Remarks
This detaches the audio input without disconnecting from the speech
recognition engine.
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | Thrown when the SetInputToNull() method is called on a Browser instance that is running. |