speechVoices()
Retrieves all available voices on the device.
Declaration
class func speechVoices() -> [AVSpeechSynthesisVoice]Return Value
An array of voices.
Discussion
Use the language property to identify each voice by its language and locale.
Retrieves all available voices on the device.
class func speechVoices() -> [AVSpeechSynthesisVoice]An array of voices.
Use the language property to identify each voice by its language and locale.