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

# ARPlaneClassificationStatusUndetermined

ARKit has not yet produced a classification for the plane anchor.

```
ARPlaneClassificationStatusUndetermined
```

## Discussion

This status occurs when ARKit is still in the process of plane classification. To be notified when ARKit produces a classification, observe the same plane anchor in a later frame (for example, in the [`session(_:didUpdate:)`](/documentation/ARKit/ARSessionDelegate/session(_:didUpdate:)-3qtt8) or [`renderer(_:didUpdate:for:)`](/documentation/ARKit/ARSCNViewDelegate/renderer(_:didUpdate:for:)) delegate method).

---

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)