SFSpeechRecognizerDelegate_Extensions.AvailabilityDidChange Method

Definition

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

public static void AvailabilityDidChange (this Speech.ISFSpeechRecognizerDelegate This, Speech.SFSpeechRecognizer speechRecognizer, bool available);
static member AvailabilityDidChange : Speech.ISFSpeechRecognizerDelegate * Speech.SFSpeechRecognizer * bool -> unit

Parameters

This
ISFSpeechRecognizerDelegate

The instance on which this extension method operates.

speechRecognizer
SFSpeechRecognizer
available
Boolean

true if speech recognition is permitted.

Applies to