OSSVoiceInfo

public struct OSSVoiceInfo

The voice infor struct ensures that the data structure has conformity and consistency.

  • The name of the voice; All AVSpeechSynthesisVoice instances have a persons name.

    Declaration

    Swift

    public var name: String?
  • The name of the language being used.

    Declaration

    Swift

    public var language: String?
  • The language code is what is internationally used in Locale settings.

    Declaration

    Swift

    public var languageCode: String?
  • Identifier is a unique bundle url provided by Apple for each AVSpeechSynthesisVoice.

    Declaration

    Swift

    public var identifier: Any?