---
title: priority
framework: speech
role: symbol
role_heading: Instance Property
path: speech/speechanalyzer/options/priority
---

# priority

The priority of analysis processing work.

## Declaration

```swift
let priority: TaskPriority
```

## Discussion

Discussion This property determines the priority of most, but not all, processing work. You should also call the methods of SpeechAnalyzer and other classes from a Task or thread with the desired priority.

## See Also

### Inspecting options

- [ignoresResourceLimits](speech/speechanalyzer/options/ignoresresourcelimits.md)
- [modelRetention](speech/speechanalyzer/options/modelretention-swift.property.md)
