const classafFancomSapi::SpeechRecoEvents
sys::Obj afFancom::Flag afFancomSapi::SpeechRecoEvents
Lists speech recognition (SR) events.
http://msdn.microsoft.com/en-us/library/ee125206%28v=vs.85%29.aspx
- SREAdaptation
const static SpeechRecoEvents SREAdaptation := ...
The adaptation buffer is now ready to be accepted.
Value is 8192 (0x2000)
- SREAllEvents
const static SpeechRecoEvents SREAllEvents := ...
All events listed above.
Value is 393215 (0x5FFFF)
- SREAudioLevel
const static SpeechRecoEvents SREAudioLevel := ...
Input audio volume level
Value is 65536 (0x10000)
- SREBookmark
const static SpeechRecoEvents SREBookmark := ...
SR engine has reached the specified point in the audio stream.
Value is 64 (0x40)
- SREFalseRecognition
const static SpeechRecoEvents SREFalseRecognition := ...
Apparent speech with no valid recognition.
Value is 512 (0x200)
- SREHypothesis
const static SpeechRecoEvents SREHypothesis := ...
SR engine's interim hypothesis for the result of the audio data.
Value is 32 (0x20)
- SREInterference
const static SpeechRecoEvents SREInterference := ...
LPARAM is any combination of SpeechInterference flags.
Value is 1024 (0x400)
- SREPhraseStart
const static SpeechRecoEvents SREPhraseStart := ...
SR engine has detected the start of a recognizable phrase.
Value is 8 (0x8)
- SREPrivate
const static SpeechRecoEvents SREPrivate := ...
Private engine-specific event.
Value is 262144 (0x40000)
- SREPropertyNumChange
const static SpeechRecoEvents SREPropertyNumChange := ...
LPARAM points to a string WPARAM that is the attribute value.
Value is 128 (0x80)
- SREPropertyStringChange
const static SpeechRecoEvents SREPropertyStringChange := ...
LPARAM pointer to a buffer. Two concatenated null-terminated strings.
Value is 256 (0x100)
- SRERecoOtherContext
const static SpeechRecoEvents SRERecoOtherContext := ...
Phrase finished and recognized but for other context.
Value is 32768 (0x8000)
- SRERecognition
const static SpeechRecoEvents SRERecognition := ...
SR engine's best hypothesis for the audio data.
Value is 16 (0x10)
- SRERequestUI
const static SpeechRecoEvents SRERequestUI := ...
LPARAM is string.
Value is 2048 (0x800)
- SRESoundEnd
const static SpeechRecoEvents SRESoundEnd := ...
SR engine has detected the end of non-trivial audio data.
Value is 4 (0x4)
- SRESoundStart
const static SpeechRecoEvents SRESoundStart := ...
SR engine has detected the start of non-trivial audio data.
Value is 2 (0x2)
- SREStateChange
const static SpeechRecoEvents SREStateChange := ...
WPARAM contains new recognition state.
Value is 4096 (0x1000)
- SREStreamEnd
const static SpeechRecoEvents SREStreamEnd := ...
SR engine has reached the end of an input stream.
Value is 1 (0x1)
- SREStreamStart
const static SpeechRecoEvents SREStreamStart := ...
SR engine has reached the start of an input stream.
Value is 16384 (0x4000)
- make
new make(|This? f := null)
- makeFromDefinition
- makeFromVariant
new makeFromVariant(Variant variant)