Contents

speechRecognitionTask(_:didFinishRecognition:)

Tells the delegate when the final utterance is recognized.

Declaration

optional func speechRecognitionTask(_ task: SFSpeechRecognitionTask, didFinishRecognition recognitionResult: SFSpeechRecognitionResult)

Parameters

Discussion

When this method is called, the delegate should expect no further information about the utterance to be reported.

See Also

Finishing a speech recognition task