<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSSpeechRecognizerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(pl)NSSpeechRecognizerDelegate"
  },
  "title" : "NSSpeechRecognizerDelegate"
}
-->

# NSSpeechRecognizerDelegate

A set of optional methods implemented by delegates of [`NSSpeechRecognizer`](/documentation/AppKit/NSSpeechRecognizer) objects.

```
protocol NSSpeechRecognizerDelegate : NSObjectProtocol
```

## Topics

### Recognizing Commands

[`speechRecognizer(_:didRecognizeCommand:)`](/documentation/AppKit/NSSpeechRecognizerDelegate/speechRecognizer(_:didRecognizeCommand:))

Invoked when the recognition engine has recognized the application command `command`.



---

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)