toggle menu
RootEncoder
androidJvm
switch theme
search in API
encoder
/
com.pedro.encoder.input.video.facedetector
/
Face
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.
Members
Constructors
Face
Link copied to clipboard
constructor
(
id
:
Int
?
,
leftEye
:
Point
?
,
rightEye
:
Point
?
,
mouth
:
Point
?
,
rect
:
Rect
,
score
:
Int
)
Properties
id
Link copied to clipboard
val
id
:
Int
?
left
Eye
Link copied to clipboard
val
leftEye
:
Point
?
mouth
Link copied to clipboard
val
mouth
:
Point
?
rect
Link copied to clipboard
val
rect
:
Rect
right
Eye
Link copied to clipboard
val
rightEye
:
Point
?
score
Link copied to clipboard
val
score
:
Int