speechRecognizer(_:availabilityDidChange:)
Tells the delegate that the availability of its associated speech recognizer changed.
Declaration
optional func speechRecognizer(_ speechRecognizer: SFSpeechRecognizer, availabilityDidChange available: Bool)Parameters
- speechRecognizer:
The Sfspeechrecognizer object whose availability changed.
- available:
A Boolean value that indicates the new availability of the speech recognizer.