<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Speech",
  "identifier" : "/documentation/Speech/DictationTranscriber/Result/text",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Speech"
    ],
    "preciseIdentifier" : "s:6Speech20DictationTranscriberC6ResultV4text10Foundation16AttributedStringVvp"
  },
  "title" : "text"
}
-->

# text

The most likely interpretation of the audio in this range.

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

## 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`](/documentation/Speech/DictationTranscriber/Result/alternatives).

---

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)