Home > AI > IOS > Speech >

SFSpeechRecognizerAuthorizationStatus

enum SFSpeechRecognizerAuthorizationStatus : Int


case notDetermined
The app's authorization status has not yet been determined.

case denied
The user denied your app's request to perform speech recognition.

case restricted
The device prevents your app from performing speech recognition.

case authorized
The user granted your app's request to perform speech recognition.

Leave a Reply