---
title: isClassificationSupported
framework: arkit
role: symbol
role_heading: Type Property
path: arkit/arplaneanchor/isclassificationsupported
---

# isClassificationSupported

A Boolean value that indicates whether plane classification is available on the current device.

## Declaration

```swift
class var isClassificationSupported: Bool { get }
```

## Discussion

Discussion Plane classification is available on iOS devices with A12 or later GPU. On devices without plane classification support, all plane anchors report a classification value of  ARPlaneClassificationNone and a classificationStatus value of ARPlaneClassificationStatusNotAvailable.

## See Also

### Classifying a Plane

- [classification](arkit/arplaneanchor/classification-2r4x8.md)
- [ARPlaneAnchor.Classification](arkit/arplaneanchor/classification-swift.enum.md)
