public class ImageFace extends GenericModel
AlchemyVision.recognizeFaces(java.io.File, Boolean)
.Modifier and Type | Class and Description |
---|---|
static class |
ImageFace.AgeRange
Face Age range.
|
static class |
ImageFace.Gender
Face gender.
|
Constructor and Description |
---|
ImageFace() |
Modifier and Type | Method and Description |
---|---|
ImageFace.AgeRange |
getAge()
Gets the age.
|
ImageFace.Gender |
getGender()
Gets the gender.
|
java.lang.Integer |
getHeight()
Gets the height.
|
Identity |
getIdentity()
Gets the identity.
|
java.lang.Integer |
getPositionX()
Gets the position x.
|
java.lang.Integer |
getPositionY()
Gets the position y.
|
java.lang.Integer |
getWidth()
Gets the width.
|
void |
setAge(ImageFace.AgeRange age)
Sets the age.
|
void |
setGender(ImageFace.Gender gender)
Sets the gender.
|
void |
setHeight(java.lang.Integer height)
Sets the height.
|
void |
setIdentity(Identity identity)
Sets the identity.
|
void |
setPositionX(java.lang.Integer positionX)
Sets the position x.
|
void |
setPositionY(java.lang.Integer positionY)
Sets the position y.
|
void |
setWidth(java.lang.Integer width)
Sets the width.
|
equals, hashCode, toString
public ImageFace.AgeRange getAge()
public ImageFace.Gender getGender()
public java.lang.Integer getHeight()
public Identity getIdentity()
public java.lang.Integer getPositionX()
public java.lang.Integer getPositionY()
public java.lang.Integer getWidth()
public void setAge(ImageFace.AgeRange age)
age
- The agepublic void setGender(ImageFace.Gender gender)
gender
- The genderpublic void setHeight(java.lang.Integer height)
height
- The heightpublic void setIdentity(Identity identity)
identity
- The identitypublic void setPositionX(java.lang.Integer positionX)
positionX
- The positionXpublic void setPositionY(java.lang.Integer positionY)
positionY
- The positionYpublic void setWidth(java.lang.Integer width)
width
- The width