SFSpeechRecognitionTaskDelegate.FinishedReadingAudio Method

Definition

The system calls this method shortly after the system has completed the audio input (but not, necessarily, the asynchronous recognition task).

[Foundation.Export("speechRecognitionTaskFinishedReadingAudio:")]
public virtual void FinishedReadingAudio (Speech.SFSpeechRecognitionTask task);
abstract member FinishedReadingAudio : Speech.SFSpeechRecognitionTask -> unit
override this.FinishedReadingAudio : Speech.SFSpeechRecognitionTask -> unit

Parameters

task
SFSpeechRecognitionTask

The SFSpeechRecognitionTask for which this is the delegate object.

Attributes

Applies to