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