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.3
SpeechRetainedAudioOptions Enum
The SpeechRetainedAudioOptions enumeration lists the options for retaining data from an audio stream.
Used in ISpeechRecoContext.RetainedAudio.
Definition
Enum SpeechRetainedAudioOptions
SRAONone = 0
SRAORetainAudio = 1
End Enum
Elements
- SRAONone
Indicates that the audio should not be retained, but discarded after use. - SRAORetainAudio
Flag indicates that the audio stream should be retained (e.g., serialization of recognition object, playback of recognized audio, etc.).