<!--
{
  "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",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Speech"
    ],
    "preciseIdentifier" : "s:6Speech20DictationTranscriberC6ResultV"
  },
  "title" : "DictationTranscriber.Result"
}
-->

# DictationTranscriber.Result

A phrase or passage of transcribed speech. The phrases are sent in order.

```
struct Result
```

## Overview

If the transcriber is configured to send volatile results, each phrase is sent one or more times as the interpretation gets better and better until it is finalized.

## Topics

### Getting transcriptions

[`let alternatives: [AttributedString]`](/documentation/Speech/DictationTranscriber/Result/alternatives)

All the alternative interpretations of the audio in this range. The interpretations are in descending order of likelihood.

[`var text: AttributedString`](/documentation/Speech/DictationTranscriber/Result/text)

The most likely interpretation of the audio in this range.

### Working with transcriptions

  <doc://com.apple.documentation/documentation/Foundation/AttributeScopes/SpeechAttributes/TimeRangeAttribute>

  <doc://com.apple.documentation/documentation/Foundation/AttributeScopes/SpeechAttributes/ConfidenceAttribute>

  <doc://com.apple.documentation/documentation/Foundation/AttributedString/rangeOfAudioTimeRangeAttributes(intersecting:)>

### Getting audio range

[`var range: CMTimeRange`](/documentation/Speech/SpeechModuleResult/range)

The audio input range that this result applies to.

### Getting finalization state

[`var isFinal: Bool`](/documentation/Speech/SpeechModuleResult/isFinal)

Whether this result is final at the time it is produced.

[`var resultsFinalizationTime: CMTime`](/documentation/Speech/SpeechModuleResult/resultsFinalizationTime)

The audio input time up to which results from this module have been finalized (after this result). The module’s results are final up to but not including this time.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`SpeechModuleResult`](/documentation/Speech/SpeechModuleResult)

---

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)