Share via


SFSpeechRecognizerDelegate.AvailabilityDidChange Method

Definition

The system calls this when the availability of speech recognition has been changed.

[Foundation.Export("speechRecognizer:availabilityDidChange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AvailabilityDidChange(Speech.SFSpeechRecognizer speechRecognizer, bool available);
[<Foundation.Export("speechRecognizer:availabilityDidChange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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.

Implements

Attributes

Applies to