---
title: VNPointsClassification
framework: vision
role: symbol
role_heading: Enumeration
path: vision/vnpointsclassification
---

# VNPointsClassification

The set of classifications that describe how to interpret the points the region provides.

## Declaration

```swift
@frozen enum VNPointsClassification
```

## Topics

### Enumeration Cases

- [VNPointsClassification.closedPath](vision/vnpointsclassification/closedpath.md)
- [VNPointsClassification.disconnected](vision/vnpointsclassification/disconnected.md)
- [VNPointsClassification.openPath](vision/vnpointsclassification/openpath.md)

### Creating a Classification

- [init(rawValue:)](vision/vnpointsclassification/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Describing Region Points

- [pointsClassification](vision/vnfacelandmarkregion2d/pointsclassification.md)
