<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Speech",
  "identifier" : "/documentation/Speech/SFSpeechRecognitionTaskState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Speech"
    ],
    "preciseIdentifier" : "c:@E@SFSpeechRecognitionTaskState"
  },
  "title" : "SFSpeechRecognitionTaskState"
}
-->

# SFSpeechRecognitionTaskState

The state of the task associated with the recognition request.

```
enum SFSpeechRecognitionTaskState
```

## Topics

### Task states

[`SFSpeechRecognitionTaskState.canceling`](/documentation/Speech/SFSpeechRecognitionTaskState/canceling)

Delivery of recognition results has finished, but audio recording may be ongoing.

[`SFSpeechRecognitionTaskState.completed`](/documentation/Speech/SFSpeechRecognitionTaskState/completed)

Delivery of recognition requests has finished and audio recording has stopped.

[`SFSpeechRecognitionTaskState.finishing`](/documentation/Speech/SFSpeechRecognitionTaskState/finishing)

Audio recording has stopped, but delivery of recognition results may continue.

[`SFSpeechRecognitionTaskState.running`](/documentation/Speech/SFSpeechRecognitionTaskState/running)

Speech recognition (potentially including audio recording) is in progress.

[`SFSpeechRecognitionTaskState.starting`](/documentation/Speech/SFSpeechRecognitionTaskState/starting)

Speech recognition (potentially including audio recording) has not yet started.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)