Contents

SFSpeechRecognizerDelegate

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

Declaration

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

See Also

Essentials