Share via


SFSpeechRecognizerDelegate_Extensions.AvailabilityDidChange Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void AvailabilityDidChange(this Speech.ISFSpeechRecognizerDelegate This, Speech.SFSpeechRecognizer speechRecognizer, bool available);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AvailabilityDidChange : Speech.ISFSpeechRecognizerDelegate * Speech.SFSpeechRecognizer * bool -> unit

Parameters

speechRecognizer
SFSpeechRecognizer
available
Boolean

true if speech recognition is permitted.

Attributes

Applies to