FaceKeypoints

fun FaceKeypoints(    rightEyeOuterCorner: FaceKeypoint? = null,     rightEyeCenter: FaceKeypoint? = null,     rightEyeInnerCorner: FaceKeypoint? = null,     leftEyeInnerCorner: FaceKeypoint? = null,     leftEyeCenter: FaceKeypoint? = null,     leftEyeOuterCorner: FaceKeypoint? = null,     noseRoot: FaceKeypoint? = null,     noseRightBottom: FaceKeypoint? = null,     noseTip: FaceKeypoint? = null,     noseLeftBottom: FaceKeypoint? = null,     noseBottom: FaceKeypoint? = null,     mouthRightCorner: FaceKeypoint? = null,     mouthCenter: FaceKeypoint? = null,     mouthLeftCorner: FaceKeypoint? = null,     mouthUpperEdge: FaceKeypoint? = null,     mouthLowerEdge: FaceKeypoint? = null,     rightEyebrowOuterEnd: FaceKeypoint? = null,     rightEyebrowInnerEnd: FaceKeypoint? = null,     leftEyebrowInnerEnd: FaceKeypoint? = null,     leftEyebrowOuterEnd: FaceKeypoint? = null,     rightEdge: FaceKeypoint? = null,     chinTip: FaceKeypoint? = null,     leftEdge: FaceKeypoint? = null)

Parameters

rightEyeOuterCorner

Right eye outer corner.

rightEyeCenter

Right eye center.

rightEyeInnerCorner

Right eye inner corner.

leftEyeInnerCorner

Left eye inner corner.

leftEyeCenter

Left eye center.

leftEyeOuterCorner

Left eye outer corner.

noseRoot

Nose root.

noseRightBottom

Right bottom nose.

noseTip

Nose tip.

noseLeftBottom

Left bottom nose.

noseBottom

Bottom nose.

mouthRightCorner

Right corner of the mouth.

mouthCenter

Mouth center.

mouthLeftCorner

Left corner of the mouth.

mouthUpperEdge

Upper edge of the mouth.

mouthLowerEdge

Lower edge of the mouth.

rightEyebrowOuterEnd

Right eyebrow outer end.

rightEyebrowInnerEnd

Right eyebrow inner end.

leftEyebrowInnerEnd

Left eyebrow inner end.

leftEyebrowOuterEnd

Left eyebrow outer end.

rightEdge

Right edge of the face.

chinTip

Chin tip.

leftEdge

Left edge of the face.