ISpeechRecognizerStatus AudioStatus Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechRecognizerStatus

AudioStatus Property


The AudioStatus property returns the status of the speech recognition (SR) engine's audio output.

Syntax

Set: (This property is read-only)
Get: ISpeechAudioStatus = ISpeechRecognizerStatus.AudioStatus

Parts

ISpeechRecognizerStatus
The owning object.
ISpeechAudioStatus
Set: (This property is read-only)
Get: An ISpeechAudioStatus variable which gets the property.

Example

For an example of the use of the AudioStatus property, see the code example in the Recognizer Status property section.