<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNFaceLandmarks",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNFaceLandmarks"
  },
  "title" : "VNFaceLandmarks"
}
-->

# VNFaceLandmarks

The abstract superclass for containers of face landmark information.

```
class VNFaceLandmarks
```

## Overview

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

## Topics

### Creating an Instance

[`init(coder:)`](/documentation/Vision/VNFaceLandmarks/init(coder:))

### Determining Accuracy

[`confidence`](/documentation/Vision/VNFaceLandmarks/confidence)

A confidence estimate for the detected landmarks.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)