Face

data class Face(val id: Int?, val leftEye: Point?, val rightEye: Point?, val mouth: Point?, val rect: Rect, val score: Int)

Created by pedro on 10/10/23.

Constructors

Link copied to clipboard
constructor(id: Int?, leftEye: Point?, rightEye: Point?, mouth: Point?, rect: Rect, score: Int)

Properties

Link copied to clipboard
val id: Int?
Link copied to clipboard
Link copied to clipboard
val mouth: Point?
Link copied to clipboard
val rect: Rect
Link copied to clipboard
Link copied to clipboard
val score: Int