speechRecognitionTask(_:didHypothesizeTranscription:)
Tells the delegate that a hypothesized transcription is available.
Declaration
optional func speechRecognitionTask(_ task: SFSpeechRecognitionTask, didHypothesizeTranscription transcription: SFTranscription)Parameters
- task:
The speech recognition task (an Sfspeechrecognitiontask object) that represents the request.
- transcription:
The hypothesized transcription in an Sftranscription object.
Discussion
This method is called for all recognitions, including partial recognitions.