Share via


SFSpeechRecognitionTaskDelegate_Extensions.DidDetectSpeech Method

Definition

The system calls this method periodically as speech is detected.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidDetectSpeech(this Speech.ISFSpeechRecognitionTaskDelegate This, Speech.SFSpeechRecognitionTask task);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidDetectSpeech : Speech.ISFSpeechRecognitionTaskDelegate * Speech.SFSpeechRecognitionTask -> unit

Parameters

task
SFSpeechRecognitionTask

The SFSpeechRecognitionTask for which this is the delegate object.

Attributes

Applies to