<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Speech",
  "identifier" : "/documentation/Speech/SFSpeechRecognizerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Speech"
    ],
    "preciseIdentifier" : "c:objc(pl)SFSpeechRecognizerDelegate"
  },
  "title" : "SFSpeechRecognizerDelegate"
}
-->

# SFSpeechRecognizerDelegate

A protocol that you adopt in your objects to track the availability of a speech recognizer.

```
protocol SFSpeechRecognizerDelegate : NSObjectProtocol
```

## Overview

A speech recognizer’s availability can change due to the device’s Internet connection or other factors. Use this protocol’s optional method to track those changes and provide an appropriate response. For example, when speech recognition becomes unavailable, you might disable related features in your app.

## Topics

### Monitoring speech recognizer availability

[`speechRecognizer(_:availabilityDidChange:)`](/documentation/Speech/SFSpeechRecognizerDelegate/speechRecognizer(_:availabilityDidChange:))

Tells the delegate that the availability of its associated speech recognizer changed.



---

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)