---
title: isFinishing
framework: speech
role: symbol
role_heading: Instance Property
path: speech/sfspeechrecognitiontask/isfinishing
---

# isFinishing

A Boolean value that indicates whether audio input has stopped.

## Declaration

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

## Discussion

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

## See Also

### Finishing a speech recognition task

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