speechRecognitionTaskFinishedReadingAudio(_:)
Tells the delegate when the task is no longer accepting new audio input, even if final processing is in progress.
Declaration
optional func speechRecognitionTaskFinishedReadingAudio(_ task: SFSpeechRecognitionTask)Parameters
- task:
The speech recognition task (an Sfspeechrecognitiontask object) that represents the request.