speechRecognitionDidDetectSpeech(_:)
Tells the delegate when the task first detects speech in the source audio.
Declaration
optional func speechRecognitionDidDetectSpeech(_ task: SFSpeechRecognitionTask)Parameters
- task:
The speech recognition task (an Sfspeechrecognitiontask object) that represents the request.