Share via


SFSpeechRecognitionTaskDelegate_Extensions.DidHypothesizeTranscription Method

Definition

The system calls this method periodically, as the speech recognition attempts to refine the results.

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

Parameters

task
SFSpeechRecognitionTask

The SFSpeechRecognitionTask for which this is the delegate object.

transcription
SFTranscription
Attributes

Applies to