Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SpeechRecognition.AuthorizationStatus

Queries authorization status.

Component Version macOS Windows Linux Server iOS SDK
Speech 9.4 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "SpeechRecognition.AuthorizationStatus" )

Parameters

none

Result

Returns status or error.

Description

Queries authorization status.
Returns your app's current authorization to perform speech recognition.
The user can reject your app's request to perform speech recognition, but your request can also be denied if speech recognition is not supported on the device. The app can also change your app's authorization status at any time from the Settings app.

ValueDescription
NotDeterminedThe app's authorization status has not yet been determined.
DeniedThe user denied your app's request to perform speech recognition.
RestrictedThe device prevents your app from performing speech recognition.
AuthorizedThe user granted your app's request to perform speech recognition.

Example Databases

Blog Entries

This function checks for a license.

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


Speech.Stop - SpeechRecognition.Initialize