Contents

SFSpeechRecognitionTask

A task object for monitoring the speech recognition progress.

Declaration

class SFSpeechRecognitionTask

Overview

Use an SFSpeechRecognitionTask object to determine the state of a speech recognition task, to cancel an ongoing task, or to signal the end of the task.

You don’t create speech recognition task objects directly. Instead, you receive one of these objects after calling recognitionTask(with:resultHandler:) or recognitionTask(with:delegate:) on your SFSpeechRecognizer object.

Topics

Canceling a speech recognition task

Finishing a speech recognition task

Monitoring recognition progress

See Also

In-progress requests