EasySpeech Controls v2.0 |
The VoiceCmdStart method starts the Voice-Command recognition.
Function VoiceCmdStart( [VoiceCmdSource As VOICECMD_SOURCE = VCMD_SOURCE_LISTANDCFGXML] ) As Boolean
Constant | Description |
---|---|
VCMD_SOURCE_CFGXML | Recognition engine should use the command list provided by the VoiceCmdFile property |
VCMD_SOURCE_LIST | Recognition engine should use the command list provided by the VoiceCmdList property. |
VCMD_SOURCE_LISTANDCFGXML | Both List and CFGXML. |