SFSpeechRecognitionTaskDelegate.DidDetectSpeech 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.
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
The SFSpeechRecognitionTask for which this is the delegate object.
Implements
- Attributes