---
title: highFidelity
framework: translation
role: symbol
role_heading: Type Property
path: translation/translationsession/strategy/highfidelity
---

# highFidelity

A translation strategy that provides more fluent translations using Apple Intelligence.

## Declaration

```swift
static let highFidelity: TranslationSession.Strategy
```

## Discussion

Discussion Use this strategy for higher-quality translations on devices with Apple Intelligence enabled. The models are already downloaded when Apple Intelligence is enabled, so no additional language downloads are required. This strategy offers higher-quality translations and supports additional languages, but may take longer to complete than lowLatency. On devices without Apple Intelligence, it falls back to the traditional models used by lowLatency.

## See Also

### Choosing a translation strategy

- [lowLatency](translation/translationsession/strategy/lowlatency.md)
