Share via


SFSpeechRecognitionTaskDelegate_Extensions.FinishedReadingAudio Method

Definition

Called by the system after the audio input has finished.

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

Parameters

task
SFSpeechRecognitionTask

The SFSpeechRecognitionTask for which this is the delegate object.

Attributes

Applies to