SFSpeechRecognizerDelegate.AvailabilityDidChange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The system calls this when the availability of speech recognition has been changed.
[Foundation.Export("speechRecognizer:availabilityDidChange:")]
public virtual void AvailabilityDidChange (Speech.SFSpeechRecognizer speechRecognizer, bool available);
abstract member AvailabilityDidChange : Speech.SFSpeechRecognizer * bool -> unit
override this.AvailabilityDidChange : Speech.SFSpeechRecognizer * bool -> unit
Parameters
- speechRecognizer
- SFSpeechRecognizer
- available
- Boolean
true
if speech recognition is permitted.
- Attributes