precisionEstimatesPerPoint
Requests an array of precision estimates for each landmark point.
Declaration
@nonobjc var precisionEstimatesPerPoint: [Float]? { get }Discussion
This property is only populated when you configure your VNDetectFaceLandmarksRequest object with VNRequestFaceLandmarksConstellation.constellation76Points. For other constellation types, this array is set to nil.