---
title: isCancelled
framework: speech
role: symbol
role_heading: Instance Property
path: speech/sfspeechrecognitiontask/iscancelled
---

# isCancelled

A Boolean value that indicates whether the speech recognition task was canceled.

## Declaration

```swift
var isCancelled: Bool { get }
```

## Discussion

Discussion By default, the value of this property is false.

## See Also

### Canceling a speech recognition task

- [cancel()](speech/sfspeechrecognitiontask/cancel().md)
