You are reading help file online using chmlib.com
|
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.
Enum SpeechRecognitionType
SRTStandard = 0
SRTAutopause = 1
SRTEmulated = 2
End Enum
You are reading help file online using chmlib.com
|