---
title: isFinal
framework: speech
role: symbol
role_heading: Instance Property
path: speech/sfspeechrecognitionresult/isfinal
---

# isFinal

A Boolean value that indicates whether speech recognition is complete and whether the transcriptions are final.

## Declaration

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

## Discussion

Discussion When a speech recognition request is final, its transcriptions don’t change.
