Enumerations
The following enumerations are available globally.
-
The authorization status of the Microphone and recording, imitating the native
See moreSFSpeechRecognizerAuthorizationStatusDeclaration
Swift
public enum OSSSpeechKitAuthorizationStatus : Int -
All of the possible error types that can be thrown by OSSSpeechKit
See moreDeclaration
Swift
public enum OSSSpeechKitErrorType : Int -
The speech recognition task type.
See moreDeclaration
Swift
public enum OSSSpeechRecognitionTaskType : Int -
The available system voices.
The enum is iteratable; access to an array of the enum values can be accessed using:
See moreOSSVoiceEnum.allCasesDeclaration
Swift
public enum OSSVoiceEnum : String, CaseIterable
View on GitHub
Enumerations Reference