Contents

preUtteranceDelay

The amount of time the speech synthesizer pauses before speaking the utterance.

Declaration

var preUtteranceDelay: TimeInterval { get set }

Discussion

When multiple utterances exist in the queue, the speech synthesizer pauses a minimum amount of time equal to the sum of the current utterance’s postUtteranceDelay and the next utterance’s preUtteranceDelay.

See Also

Configuring utterance timing