FaceContour

data class FaceContour(val type: FaceContourType, val points: List<Offset>)

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

Constructors

Link copied to clipboard
constructor(type: FaceContourType, points: List<Offset>)

Properties

Link copied to clipboard

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

Link copied to clipboard

Type of the facial feature contour recognized.