Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
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.