SetInputToNull Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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

ExceptionCondition
System..::..InvalidOperationExceptionThrown when the SetInputToNull() method is called on a Browser instance that is running.

See Also