SFSpeechRecognitionTaskDelegate.FinishedReadingAudio Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the system after the audio input has finished.
[Foundation.Export("speechRecognitionTaskFinishedReadingAudio:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FinishedReadingAudio(Speech.SFSpeechRecognitionTask task);
[<Foundation.Export("speechRecognitionTaskFinishedReadingAudio:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FinishedReadingAudio : Speech.SFSpeechRecognitionTask -> unit
override this.FinishedReadingAudio : Speech.SFSpeechRecognitionTask -> unit
Parameters
The SFSpeechRecognitionTask for which this is the delegate object.
Implements
- Attributes