ISpeechRecognizerStatus AudioStatus Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform


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.