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 shortly after it has detected speech.
[Foundation.Export("speechRecognitionDidDetectSpeech:")]
public virtual void DidDetectSpeech (Speech.SFSpeechRecognitionTask task);
abstract member DidDetectSpeech : Speech.SFSpeechRecognitionTask -> unit
override this.DidDetectSpeech : Speech.SFSpeechRecognitionTask -> unit
Parameters
The SFSpeechRecognitionTask for which this is the delegate object.
- Attributes