<!--
{
  "availability" : [
    "iPadOS: 11.0.0 -",
    "ios: 11.0.0 -",
    "maccatalyst: 13.1.0 -",
    "macos: 10.13.0 -",
    "tvos: 11.0.0 -",
    "xros: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNFaceLandmarkRegion2D/normalizedPoints-1o38f",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNFaceLandmarkRegion2D(py)normalizedPoints"
  },
  "title" : "normalizedPoints"
}
-->

# normalizedPoints

A buffer in memory containing normalized landmark points.

```
@property (assign, readonly, nullable) const CGPoint * normalizedPoints;
```

## Discussion

This pointer points to the address of a buffer containing <doc://com.apple.documentation/documentation/CoreFoundation/CGPoint> structs representing landmark points.

The target object owns this buffer, which is guaranteed to exist as long as the corresponding [`VNFaceLandmarkRegion2D`](/documentation/Vision/VNFaceLandmarkRegion2D) exists.

---

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)