public class Face extends GenericModel
Constructor and Description |
---|
Face() |
Modifier and Type | Method and Description |
---|---|
FaceAge |
getAge()
Gets the age.
|
FaceFaceLocation |
getFaceLocation()
Gets the faceLocation.
|
FaceGender |
getGender()
Gets the gender.
|
FaceIdentity |
getIdentity()
Gets the identity.
|
void |
setAge(FaceAge age)
Sets the age.
|
void |
setFaceLocation(FaceFaceLocation faceLocation)
Sets the faceLocation.
|
void |
setGender(FaceGender gender)
Sets the gender.
|
void |
setIdentity(FaceIdentity identity)
Sets the identity.
|
equals, hashCode, toString
public FaceAge getAge()
public FaceGender getGender()
public FaceFaceLocation getFaceLocation()
public FaceIdentity getIdentity()
public void setAge(FaceAge age)
age
- the new agepublic void setGender(FaceGender gender)
gender
- the new genderpublic void setFaceLocation(FaceFaceLocation faceLocation)
faceLocation
- the new faceLocationpublic void setIdentity(FaceIdentity identity)
identity
- the new identity