|
|
|
|
|
DeleteVoiceCommand (Function) In french: SupprimeCommandeVocale Deletes a voice command previously added with AddVoiceCommand. Note: a speech recognition engine must be installed on the runtime workstation.. A speech recognition program is supplied with Windows Vista. For the other systems, "Dragon Naturally Speaking" must be installed (tests run with version 9 "Preferred" or "Standard").
Voice1ID is int
Voice1ID = AddVoiceCommand("Proc_Anim_Window", "Animate the window")
...
DeleteVoiceCommand(Voice1ID)
Syntax
DeleteVoiceCommand(<Identifier of the voice command>)
<Identifier of the voice command>: Integer Identifier of the voice command to delete. This identifier was returned by AddVoiceCommand.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|