---
title: text
framework: speech
role: symbol
role_heading: Instance Property
path: speech/speechtranscriber/result/text
---

# text

The most likely interpretation of the audio in this range.

## Declaration

```swift
var text: AttributedString { get }
```

## Discussion

Discussion An empty string indicates that the audio contains no recognizable speech and, for results in the volatile range, that previous results for this range are revoked. This value is the first (most likely) element of alternatives.

## See Also

### Getting transcriptions

- [alternatives](speech/speechtranscriber/result/alternatives.md)
