Enumerations

The following enumerations are available globally.

  • The authorization status of the Microphone and recording, imitating the native SFSpeechRecognizerAuthorizationStatus

    See more

    Declaration

    Swift

    public enum OSSSpeechAuthorizationStatus : Int
  • The available system voices.

    The enum is iteratable; access to an array of the enum values can be accessed using:

    OSSVoiceEnum.allCases
    
    See more

    Declaration

    Swift

    public enum OSSVoiceEnum : String, CaseIterable