SFSpeechRecognitionTaskDelegate.DidFinishRecognition 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 after it has completed recognition.
[Foundation.Export("speechRecognitionTask:didFinishRecognition:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidFinishRecognition(Speech.SFSpeechRecognitionTask task, Speech.SFSpeechRecognitionResult recognitionResult);
[<Foundation.Export("speechRecognitionTask:didFinishRecognition:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidFinishRecognition : Speech.SFSpeechRecognitionTask * Speech.SFSpeechRecognitionResult -> unit
override this.DidFinishRecognition : Speech.SFSpeechRecognitionTask * Speech.SFSpeechRecognitionResult -> unit
Parameters
The SFSpeechRecognitionTask for which this is the delegate object.
- recognitionResult
- SFSpeechRecognitionResult
Implements
- Attributes