Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

SpeechRecognition.SupportsOnDeviceRecognition

Queries whether on device recognition is supported.

Component Version macOS Windows Linux Server iOS SDK
Speech 9.4 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "SpeechRecognition.SupportsOnDeviceRecognition" { ; Locale } )   More

Parameters

Parameter Description Example Flags
Locale The locale to use.
Leave empty to use user's current locale.
"en-US" Optional

Result

Returns 1, 0 or error.

Description

Queries whether on device recognition is supported.
Returns 1 if supported or 0 if not.

Examples

Check for on device recognition for US-English:

MBS( "SpeechRecognition.SupportsOnDeviceRecognition"; "en-US" )

Example Databases

Blog Entries

This function checks for a license.

Created 22nd August 2019, last changed 22nd August 2019


SpeechRecognition.SupportedLocales - StoreKit.AddPayment

💬 Ask a question or report a problem