SFSpeechRecognizerDelegate_Extensions.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.
public static void AvailabilityDidChange (this Speech.ISFSpeechRecognizerDelegate This, Speech.SFSpeechRecognizer speechRecognizer, bool available);
static member AvailabilityDidChange : Speech.ISFSpeechRecognizerDelegate * Speech.SFSpeechRecognizer * bool -> unit
Parameters
The instance on which this extension method operates.
- speechRecognizer
- SFSpeechRecognizer
- available
- Boolean
true
if speech recognition is permitted.