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.
The system calls this method shortly after the system has completed the audio input (but not, necessarily, the asynchronous recognition task).
[Foundation.Export("speechRecognitionTaskFinishedReadingAudio:")]
public virtual void FinishedReadingAudio (Speech.SFSpeechRecognitionTask task);
abstract member FinishedReadingAudio : Speech.SFSpeechRecognitionTask -> unit
override this.FinishedReadingAudio : Speech.SFSpeechRecognitionTask -> unit
Parameters
The SFSpeechRecognitionTask for which this is the delegate object.
- Attributes