public interface FaceInfo
Modifier and Type | Method and Description |
---|---|
int |
getAge()
Gets the age.
|
boolean |
getBlink()
Gets the blink state.
|
GenderType |
getGender()
Gets the gender.
|
int |
getSmile()
Gets the smile state.
|
int |
getTrackingId()
Gets the tracking id.
|
int |
getTrackingTime()
Gets the tracking time.
|
int getTrackingId()
int getTrackingTime()
int getAge()
GenderType getGender()
int getSmile()
boolean getBlink()