<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Speech",
  "identifier" : "/documentation/Speech/SpeechTranscriber/ReportingOption",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Speech"
    ],
    "preciseIdentifier" : "s:6Speech0A11TranscriberC15ReportingOptionO"
  },
  "title" : "SpeechTranscriber.ReportingOption"
}
-->

# SpeechTranscriber.ReportingOption

Options relating to the transcriber’s result delivery.

```
enum ReportingOption
```

## Topics

### Reporting options

[`case alternativeTranscriptions`](/documentation/Speech/SpeechTranscriber/ReportingOption/alternativeTranscriptions)

Includes alternative transcriptions in addition to the most likely transcription.

[`case fastResults`](/documentation/Speech/SpeechTranscriber/ReportingOption/fastResults)

Biases the transcriber towards responsiveness, yielding faster but also less accurate results.

[`case volatileResults`](/documentation/Speech/SpeechTranscriber/ReportingOption/volatileResults)

Provides tentative results for an audio range in addition to the finalized result.

## Relationships

### Conforms To

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

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

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

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

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

---

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)