<!--
{
  "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/VNFaceLandmarkRegion",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNFaceLandmarkRegion"
  },
  "title" : "VNFaceLandmarkRegion"
}
-->

# VNFaceLandmarkRegion

The abstract superclass for information about a specific face landmark.

```
class VNFaceLandmarkRegion
```

## Topics

### Creating a Region

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

### Getting the Count

[`pointCount`](/documentation/Vision/VNFaceLandmarkRegion/pointCount)

The number of points in the face region.



---

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)