Syntax
- AVSpeechSynthesizer() // Creates a speech synthesiser
- speaker.speakUtterance(speech) // Converts the text to speech
Parameters
Parameter | Details |
——— |——— |
speaker | AVSpeechSynthesizer object |
speech | AVSpeechUtterance object |
Found a mistake? Have a question or improvement idea?
Let me know.