ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Speech Recognition functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Deletes a voice command previously added with SpeechRecognitionAddCommand.
Remarks:
  • WINDEVReports and QueriesWindowsUser code (UMC) A speech recognition program must be installed on the runtime computer. 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").
  • AndroidiPhone/iPad The service for speech recognition must be installed on the phone. The recognition of the voice commands must be triggered by SpeechRecognitionTrigger.
  • iPhone/iPad This function can be used from iOS 10.
Example
// Start the "Proc_Anim_Window" procedure if the voice command is recognized
Voice1ID is int
Voice1ID = SpeechRecognitionAddCommand("Proc_Anim_Window", "Animate the window")
...
// Delete the voice command
SpeechRecognitionDeleteCommand(Voice1ID)
Syntax
SpeechRecognitionDeleteCommand(<Identifier of the voice command>)
<Identifier of the voice command>: Integer
Identifier of the voice command to delete. This identifier was returned by SpeechRecognitionAddCommand.
Component: wd290obj.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help