---
title: "ARPlaneAnchor.Classification.none(_:)"
framework: arkit
role: symbol
role_heading: Case
path: "arkit/arplaneanchor/classification-swift.enum/none(_:)"
---

# ARPlaneAnchor.Classification.none(_:)

No classification is available for the plane anchor.

## Declaration

```swift
case none(ARPlaneAnchor.Classification.Status)
```

## Discussion

Discussion Plane classification can take longer than plane detection, and ARKit reports classifications only for planes where it has a high confidence in the result. See the associated ARPlaneAnchor.Classification.Status value for the reason a plane anchor reports no classification.

## See Also

### Missing Classification Status

- [ARPlaneAnchor.Classification.Status](arkit/arplaneanchor/classification-swift.enum/status.md)
