Constants
The following constants are available globally.
-
All contour points including left and right cheeks.
Declaration
Swift
static let all: FaceContourType -
A set of points that outline the face oval.
Declaration
Swift
static let face: FaceContourType -
A set of points that outline the top of the left eyebrow.
Declaration
Swift
static let leftEyebrowTop: FaceContourType -
A set of points that outline the bottom of the left eyebrow.
Declaration
Swift
static let leftEyebrowBottom: FaceContourType -
A set of points that outline the top of the right eyebrow.
Declaration
Swift
static let rightEyebrowTop: FaceContourType -
A set of points that outline the bottom of the right eyebrow.
Declaration
Swift
static let rightEyebrowBottom: FaceContourType -
A set of points that outline the left eye.
Declaration
Swift
static let leftEye: FaceContourType -
A set of points that outline the right eye.
Declaration
Swift
static let rightEye: FaceContourType -
A set of points that outline the top of the upper lip.
Declaration
Swift
static let upperLipTop: FaceContourType -
A set of points that outline the bottom of the upper lip.
Declaration
Swift
static let upperLipBottom: FaceContourType -
A set of points that outline the top of the lower lip.
Declaration
Swift
static let lowerLipTop: FaceContourType -
A set of points that outline the bottom of the lower lip.
Declaration
Swift
static let lowerLipBottom: FaceContourType -
A set of points that outline the nose bridge.
Declaration
Swift
static let noseBridge: FaceContourType -
A set of points that outline the bottom of the nose.
Declaration
Swift
static let noseBottom: FaceContourType -
Center of the bottom lip.
Declaration
Swift
static let mouthBottom: FaceLandmarkType -
Right corner of the mouth
Declaration
Swift
static let mouthRight: FaceLandmarkType -
Left corner of the mouth
Declaration
Swift
static let mouthLeft: FaceLandmarkType -
Midpoint of the left ear tip and left ear lobe.
Declaration
Swift
static let leftEar: FaceLandmarkType -
Midpoint of the right ear tip and right ear lobe.
Declaration
Swift
static let rightEar: FaceLandmarkType -
Left eye.
Declaration
Swift
static let leftEye: FaceLandmarkType -
Right eye.
Declaration
Swift
static let rightEye: FaceLandmarkType -
Left cheek.
Declaration
Swift
static let leftCheek: FaceLandmarkType -
Right cheek.
Declaration
Swift
static let rightCheek: FaceLandmarkType -
Midpoint between the nostrils where the nose meets the face.
Declaration
Swift
static let noseBase: FaceLandmarkType