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

# precisionEstimatesPerPoint

An array of precision estimates for each landmark point.

```
@property (readonly, nullable) NSArray<NSNumber *> * precisionEstimatesPerPoint;
```

## Discussion

This property is only populated when you configure your [`VNDetectFaceLandmarksRequest`](/documentation/Vision/VNDetectFaceLandmarksRequest) object with [`VNRequestFaceLandmarksConstellation.constellation76Points`](/documentation/Vision/VNRequestFaceLandmarksConstellation/constellation76Points). For other constellation types, this array is set to `nil`.

---

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)