<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 7.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVSpeechSynthesizerDelegate/speechSynthesizer(_:didContinue:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:objc(pl)AVSpeechSynthesizerDelegate(im)speechSynthesizer:didContinueSpeechUtterance:"
  },
  "title" : "speechSynthesizer(_:didContinue:)"
}
-->

# speechSynthesizer(_:didContinue:)

Tells the delegate when the synthesizer resumes speaking an utterance after pausing.

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

## Parameters

`synthesizer`

The speech synthesizer that resumes speaking the utterance.

`utterance`

The utterance that the speech synthesizer resumes speaking.

## Discussion

The system only calls this method if a speech synthesizer pauses speaking and the system calls its [`pauseSpeaking(at:)`](/documentation/AVFAudio/AVSpeechSynthesizer/pauseSpeaking(at:)) method. The system doesn’t call this method if the synthesizer pauses while in a delay between utterances.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)