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

# delegate

The delegate for the speech recognizer object.

## Declaration

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

## Discussion

Discussion The delegate must conform to the NSSpeechRecognizerDelegate protocol.

## See Also

### Handling the Recognition of a Spoken Command

- [NSSpeechRecognizerDelegate](appkit/nsspeechrecognizerdelegate.md)
