Speech Automation 5.1
SpeechRecognitionType Enum
The SpeechRecognitionType enumeration lists the types of speech recognition.
The Recognition method of the SpInProcRecognizer and SpSharedRecognizer objects returns a SpeechRecognitionType member indicating the type of recognition which produced the recognition result.
Definition
Enum SpeechRecognitionType
SRTStandard = 0
SRTAutopause = 1
SRTEmulated = 2
End Enum
Elements
- SRTStandard
- Indicates that the recognition result was produced by standard recognition.
- SRTAutopause
- Indicates that the recognition result was produced by standard recognition and that the engine is paused.
- SRTEmulated
- Indicates that the recognition result was produced by recognition emulation.