SpeechRetainedAudioOptions (Microsoft Speech Platform)
From Microsoft Speech Platform SDK 11
Microsoft Speech Platform
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.).