public class FaceGender extends GenericModel
Constructor and Description |
---|
FaceGender() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGender()
Gets the gender.
|
java.lang.Float |
getScore()
Gets the score.
|
void |
setGender(java.lang.String gender)
Sets the gender.
|
void |
setScore(java.lang.Float score)
Sets the score.
|
equals, hashCode, toString
public java.lang.String getGender()
public java.lang.Float getScore()
public void setGender(java.lang.String gender)
gender
- the new genderpublic void setScore(java.lang.Float score)
score
- the new score