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
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Advertencia
A partir de la versión 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").
Ejemplo
// Start the "Proc_Anim_Window" procedure if the voice command is recognized
Voice1ID is int
Voice1ID = AddVoiceCommand("Proc_Anim_Window", "Animate the window")
...
// Delete the voice command
DeleteVoiceCommand(Voice1ID)
Sintaxis
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.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 12
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 17/10/2024

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