Share via


SFSpeechRecognitionTaskDelegate.DidDetectSpeech Method

Definition

The system calls this method periodically as speech is detected.

[Foundation.Export("speechRecognitionDidDetectSpeech:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidDetectSpeech(Speech.SFSpeechRecognitionTask task);
[<Foundation.Export("speechRecognitionDidDetectSpeech:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidDetectSpeech : Speech.SFSpeechRecognitionTask -> unit
override this.DidDetectSpeech : Speech.SFSpeechRecognitionTask -> unit

Parameters

task
SFSpeechRecognitionTask

The SFSpeechRecognitionTask for which this is the delegate object.

Implements

Attributes

Applies to