---
title: VNFaceLandmarks
framework: vision
role: symbol
role_heading: Class
path: vision/vnfacelandmarks
---

# VNFaceLandmarks

The abstract superclass for containers of face landmark information.

## Declaration

```swift
class VNFaceLandmarks
```

## Overview

Overview This class represents the set of all detectable facial landmarks and regions, exposed as properties.

## Topics

### Determining Accuracy

- [confidence](vision/vnfacelandmarks/confidence.md)

### Initializers

- [init(coder:)](vision/vnfacelandmarks/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Inherited By

- [VNFaceLandmarks2D](vision/vnfacelandmarks2d.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [VNRequestRevisionProviding](vision/vnrequestrevisionproviding.md)

## See Also

### Identifying Landmarks

- [landmarks](vision/vnfaceobservation/landmarks.md)
- [VNFaceLandmarks2D](vision/vnfacelandmarks2d.md)
- [VNFaceLandmarkRegion2D](vision/vnfacelandmarkregion2d.md)
- [VNFaceLandmarkRegion](vision/vnfacelandmarkregion.md)
