isSpeaking
A Boolean value that indicates whether the speech synthesizer is speaking or is in a paused state and has utterances to speak.
Declaration
var isSpeaking: Bool { get }Discussion
If true, the synthesizer is speaking or is in a paused state with utterances in its queue. If false, the synthesizer isn’t speaking and it doesn’t have any utterances in its queue.