---
title: SFSpeechRecognitionTaskState
framework: speech
role: symbol
role_heading: Enumeration
path: speech/sfspeechrecognitiontaskstate
---

# SFSpeechRecognitionTaskState

The state of the task associated with the recognition request.

## Declaration

```swift
enum SFSpeechRecognitionTaskState
```

## Topics

### Task states

- [SFSpeechRecognitionTaskState.canceling](speech/sfspeechrecognitiontaskstate/canceling.md)
- [SFSpeechRecognitionTaskState.completed](speech/sfspeechrecognitiontaskstate/completed.md)
- [SFSpeechRecognitionTaskState.finishing](speech/sfspeechrecognitiontaskstate/finishing.md)
- [SFSpeechRecognitionTaskState.running](speech/sfspeechrecognitiontaskstate/running.md)
- [SFSpeechRecognitionTaskState.starting](speech/sfspeechrecognitiontaskstate/starting.md)

### Initializers

- [init(rawValue:)](speech/sfspeechrecognitiontaskstate/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### In-progress requests

- [SFSpeechRecognitionTask](speech/sfspeechrecognitiontask.md)
- [SFSpeechRecognitionTaskDelegate](speech/sfspeechrecognitiontaskdelegate.md)
