FaceLandmark

data class FaceLandmark(val type: FaceLandmarkType, val position: Offset)

MLKit face detection result object copy of the facial landmark type recognized.

Constructors

Link copied to clipboard
constructor(type: FaceLandmarkType, position: Offset)

Properties

Link copied to clipboard

List of Offset(x, y) points coordinates of the facial feature landmark point of this type relative to the image in the processed bitmap coordinate system.

Link copied to clipboard

Common face Landmark type.