<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARConfidenceLevel",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:@E@ARConfidenceLevel"
  },
  "title" : "ARConfidenceLevel"
}
-->

# ARConfidenceLevel

Degrees to which the framework is confident about depth-data accuracy.

```
enum ARConfidenceLevel
```

## Topics

### Levels

[`ARConfidenceLevelLow`](/documentation/ARKit/ARConfidenceLevel/low)

Depth-value accuracy in which the framework is less confident.

[`ARConfidenceLevelMedium`](/documentation/ARKit/ARConfidenceLevel/medium)

Depth-value accuracy in which the framework is moderately confident.

[`ARConfidenceLevelHigh`](/documentation/ARKit/ARConfidenceLevel/high)

Depth-value accuracy in which the framework is fairly confident.

## Relationships

### Conforms To

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

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

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

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

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

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

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

---

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)