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

# SpeechAnalyzer.Options

Analysis processing options.

```
struct Options
```

## Topics

### Creating an options object

[`init(priority: TaskPriority, modelRetention: SpeechAnalyzer.Options.ModelRetention)`](/documentation/Speech/SpeechAnalyzer/Options/init(priority:modelRetention:))

Creates a structure containing analysis processing options.

[`init(priority: TaskPriority, modelRetention: SpeechAnalyzer.Options.ModelRetention, ignoresResourceLimits: Bool)`](/documentation/Speech/SpeechAnalyzer/Options/init(priority:modelRetention:ignoresResourceLimits:))

Creates a structure containing analysis processing options.

[`enum ModelRetention`](/documentation/Speech/SpeechAnalyzer/Options/ModelRetention-swift.enum)

A model caching strategy.

### Inspecting options

[`let ignoresResourceLimits: Bool`](/documentation/Speech/SpeechAnalyzer/Options/ignoresResourceLimits)

A Boolean value that indicates whether this analyzer ignores predefined system resource limits.

[`let modelRetention: SpeechAnalyzer.Options.ModelRetention`](/documentation/Speech/SpeechAnalyzer/Options/modelRetention-swift.property)

The analyzer’s model caching strategy.

[`let priority: TaskPriority`](/documentation/Speech/SpeechAnalyzer/Options/priority)

The priority of analysis processing work.

## Relationships

### Conforms To

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

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

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

---

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)