FaceContourType
Facial contour types detectable by MLKit. (common IDs to support different Android and iOS implementation of them in MLKit).
Entries
MLKFaceContourTypeLeftEyebrowTop - A set of points that outline the top of the left eyebrow.
MLKFaceContourTypeLeftEyebrowBottom - A set of points that outline the bottom of the left eyebrow.
MLKFaceContourTypeRightEyebrowTop - A set of points that outline the top of the right eyebrow.
MLKFaceContourTypeRightEyebrowBottom A set of points that outline the bottom of the right eyebrow.
MLKFaceContourTypeUpperLipTop - A set of points that outline the top of the upper lip.
MLKFaceContourTypeUpperLipBottom - A set of points that outline the bottom of the upper lip.
MLKFaceContourTypeLowerLipTop - A set of points that outline the top of the lower lip.
MLKFaceContourTypeLowerLipBottom - A set of points that outline the bottom of the lower lip.
MLKFaceContourTypeNoseBridge - A set of points that outline the nose bridge.
MLKFaceContourTypeNoseBottom - A set of points that outline the bottom of the nose.
MLKFaceContourTypeLeftCheek - A center point on the left cheek.
MLKFaceContourTypeRightCheek - A center point on the right cheek.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.