Contents

speechSynthesizer(_:didStart:)

Tells the delegate when the synthesizer begins speaking an utterance.

Declaration

optional func speechSynthesizer(_ synthesizer: AVSpeechSynthesizer, didStart utterance: AVSpeechUtterance)

Parameters

  • synthesizer:

    The speech synthesizer that starts speaking the utterance.

  • utterance:

    The utterance that the speech synthesizer starts speaking.

Discussion

If the utterance’s preUtteranceDelay property is greater than zero, the system calls this method after the delay completes and speech begins.

See Also

Responding to speech synthesis events