TAPIEx.NET Component Documentation

VoiceCmdStart Method

Description

The VoiceCmdStart method starts the Voice-Command recognition.

[Visual Basic]
Function VoiceCmdStart( [VoiceCmdSource As VOICECMD_SOURCE = VCMD_SOURCE_LISTANDCFGXML] ) As Boolean
[C#]
public Boolean VoiceCmdStart(void);

Parameters

VoiceCmdSource
Specifies which list of voice commands should be used for the recognition. Must be one of the VOICECMD_SOURCE constants:

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

Support editions