---
title: VNRequestFaceLandmarksConstellation
framework: vision
role: symbol
role_heading: Enumeration
path: vision/vnrequestfacelandmarksconstellation
---

# VNRequestFaceLandmarksConstellation

An enumeration of face landmarks in a constellation object.

## Declaration

```swift
enum VNRequestFaceLandmarksConstellation
```

## Topics

### Types of Constellations

- [VNRequestFaceLandmarksConstellation.constellationNotDefined](vision/vnrequestfacelandmarksconstellation/constellationnotdefined.md)
- [VNRequestFaceLandmarksConstellation.constellation65Points](vision/vnrequestfacelandmarksconstellation/constellation65points.md)
- [VNRequestFaceLandmarksConstellation.constellation76Points](vision/vnrequestfacelandmarksconstellation/constellation76points.md)

### Creating a Constellation

- [init(rawValue:)](vision/vnrequestfacelandmarksconstellation/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

### Locating Face Landmarks

- [constellation](vision/vndetectfacelandmarksrequest/constellation.md)
