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 system after the recognition process has ended.
[Foundation.Export("speechRecognitionTask:didFinishRecognition:")]
public virtual void DidFinishRecognition (Speech.SFSpeechRecognitionTask task, Speech.SFSpeechRecognitionResult recognitionResult);
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
- Attributes