Contents

delegate

The delegate object that handles changes to the availability of speech recognition services.

Declaration

weak var delegate: (any SFSpeechRecognizerDelegate)? { get set }

Discussion

Provide a delegate object when you want to monitor changes to the availability of speech recognition services. Your delegate object must conform to the SFSpeechRecognizerDelegate protocol.

See Also

Monitoring speech recognition availability