---
title: delegate
framework: avfaudio
role: symbol
role_heading: Instance Property
path: avfaudio/avspeechsynthesizer/delegate
---

# delegate

The delegate object for the speech synthesizer.

## Declaration

```swift
weak var delegate: (any AVSpeechSynthesizerDelegate)? { get set }
```

## See Also

### Managing the delegate

- [AVSpeechSynthesizerDelegate](avfaudio/avspeechsynthesizerdelegate.md)
