|
|
|
|
|
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").
IDVoix1 is int
IDVoix1 = AddVoiceCommand("Proc_Anim_Fenêtre", "Animer la fenêtre")
...
SupprimeCommandeVocale(IDVoix1)
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|