---
title: delegate
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsspeechsynthesizer/delegate
---

# delegate

The synthesizer’s delegate.

## Declaration

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

## See Also

### Customizing the Speech Synthesizer Behavior

- [NSSpeechSynthesizerDelegate](appkit/nsspeechsynthesizerdelegate.md)
