speak(_:)
Adds the utterance you specify to the speech synthesizer’s queue.
Declaration
func speak(_ utterance: AVSpeechUtterance)Parameters
- utterance:
An Avspeechutterance instance that contains text to speak.
Adds the utterance you specify to the speech synthesizer’s queue.
func speak(_ utterance: AVSpeechUtterance)An Avspeechutterance instance that contains text to speak.