OSSSpeechAuthorizationStatus
public enum OSSSpeechAuthorizationStatus : Int
The authorization status of the Microphone and recording, imitating the native SFSpeechRecognizerAuthorizationStatus
-
The app’s authorization status has not yet been determined.
Declaration
Swift
case notDetermined
-
The user denied your app’s request to perform speech recognition.
Declaration
Swift
case denied
-
The device prevents your app from performing speech recognition.
Declaration
Swift
case restricted
-
The user granted your app’s request to perform speech recognition.
Declaration
Swift
case authorized
-
A public message that can be displayed to the user.
Declaration
Swift
public var message: String { get }