You are reading help file online using chmlib.com
|
The SpeechRecognizerState enumeration lists the states of a Recognizer object.
Enum SpeechRecognizerState
SRSInactive = 0
SRSActive = 1
SRSActiveAlways = 2
SRSInactiveWithPurge = 3
End Enum
You are reading help file online using chmlib.com
|