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
SPAUDIOOPTIONS
SPAUDIOOPTIONS lists the options for an audio stream.
See also the ISpRecoContext::SetAudioOptions and ISpRecoContext::GetAudioOptions methods.
typedef enum SPAUDIOOPTIONS
{
SPAO_NONE,
SPAO_RETAIN_AUDIO
} SPAUDIOOPTIONS;
Elements
- SPAO_NONE
Flag indicating no options for the audio stream should be used. - SPAO_RETAIN_AUDIO
Flag indicating the audio stream should be retained (e.g. serialization of recognition object, playback of recognized audio, etc.). See also ISpRecoResult::SpeakAudio and ISpRecoResult::GetAudio.