Contents

speechRecognitionTaskWasCancelled(_:)

Tells the delegate that the task has been canceled.

Declaration

optional func speechRecognitionTaskWasCancelled(_ task: SFSpeechRecognitionTask)

Parameters

Discussion

A speech recognition task can be canceled by the user, by your app, or by the system.

See Also

Finishing a speech recognition task