enum classafFancomSapi::SpeechRetainedAudioOptions

sys::Obj
  sys::Enum
    afFancomSapi::SpeechRetainedAudioOptions

@Serializable { simple=true }

lists the options for retaining data from an audio stream.

http://msdn.microsoft.com/en-us/library/ee125209%28v=vs.85%29.aspx

SRAONone

Source

const static SpeechRetainedAudioOptions SRAONone := ...

Indicates that the audio should not be retained, but discarded after use.

Value is 0 (0x0)

SRAORetainAudio

Source

const static SpeechRetainedAudioOptions SRAORetainAudio := ...

Flag indicates that the audio stream should be retained (e.g., serialization of recognition object, playback of recognized audio, etc.).

Value is 1 (0x1)

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the SpeechRetainedAudioOptions instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

vals

Source

const static SpeechRetainedAudioOptions[] vals := ...

List of SpeechRetainedAudioOptions values indexed by ordinal