public class FaceIdentity extends GenericModel
Constructor and Description |
---|
FaceIdentity() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the name.
|
java.lang.Float |
getScore()
Gets the score.
|
java.lang.String |
getTypeHierarchy()
Gets the typeHierarchy.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setScore(java.lang.Float score)
Sets the score.
|
void |
setTypeHierarchy(java.lang.String typeHierarchy)
Sets the typeHierarchy.
|
equals, hashCode, toString
public java.lang.String getName()
public java.lang.Float getScore()
public java.lang.String getTypeHierarchy()
public void setName(java.lang.String name)
name
- the new namepublic void setScore(java.lang.Float score)
score
- the new scorepublic void setTypeHierarchy(java.lang.String typeHierarchy)
typeHierarchy
- the new typeHierarchy