Package com.drew.metadata
Class Face
java.lang.Object
com.drew.metadata.Face
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Class to hold information about a detected or recognized face in a photo.
When a face is detected, the camera believes that a face is present at a given location in the image, but is not sure whose face it is. When a face is recognised, then the face is both detected and identified as belonging to a known person.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Face
Deprecated.
-
-
Method Details
-
getX
public int getX()Deprecated. -
getY
public int getY()Deprecated. -
getWidth
public int getWidth()Deprecated. -
getHeight
public int getHeight()Deprecated. -
getName
Deprecated. -
getAge
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-