TAPIEx ActiveX Control v3.6

VoiceCmdStart

The VoiceCmdStart method starts the Voice-Command recognition.

Function VoiceCmdStart(
[VoiceCmdSource As VOICECMD_SOURCE = VCMD_SOURCE_LISTANDCFGXML]
) As Boolean

Parameters

VoiceCmdSource
Specifies which list of voice commands should be used for the recognition. Must be one of the following values:
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.

Return Values

If the method succeeds, the return TRUE, otherwise return FALSE. Use ErrCode property to get the error code if return FALSE.

Remarks

None.

See Also

VoiceCmdFile, VoiceCmdList