AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones varias de WINDEV
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
DeleteVoiceCommand (Function)
In french: SupprimeCommandeVocale
Warning
From version 17, this function is kept for backward compatibility. This function is replaced with SpeechRecognitionDeleteCommand.
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").
Example
// Lance la procédure "Proc_Anim_Fenêtre" si la commande vocale est reconnue
IDVoix1 is int
IDVoix1 = AddVoiceCommand("Proc_Anim_Fenêtre", "Animer la fenêtre")
...
// Supprime la commande vocale
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.
Component: wd300obj.dll
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local