The region containing all face landmark points.
SDKs
- iOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 11.0+
Framework
- Vision
Declaration
var allPoints: VNFace Landmark Region2D? { get }
The region containing all face landmark points.
SDKs
Framework
var allPoints: VNFace Landmark Region2D? { get }
var face Contour: VNFace Landmark Region2D?
The region containing points that trace the face contour from the left cheek, over the chin, to the right cheek.
var left Eye: VNFace Landmark Region2D?
The region containing points that outline the left eye.
var right Eye: VNFace Landmark Region2D?
The region containing points that outline the right eye.
var left Eyebrow: VNFace Landmark Region2D?
The region containing points that trace the left eyebrow.
var right Eyebrow: VNFace Landmark Region2D?
The region containing points that trace the right eyebrow.
var nose: VNFace Landmark Region2D?
The region containing points that outline the nose.
var nose Crest: VNFace Landmark Region2D?
The region containing points that trace the center crest of the nose.
var median Line: VNFace Landmark Region2D?
The region containing points that trace a vertical line down the center of the face.
var outer Lips: VNFace Landmark Region2D?
The region containing points that outline the outside of the lips.
var inner Lips: VNFace Landmark Region2D?
The region containing points that outline the space between the lips.
var left Pupil: VNFace Landmark Region2D?
The region containing the point where the left pupil is located.
var right Pupil: VNFace Landmark Region2D?
The region containing the point where the right pupil is located.