@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FaceRecord extends Object implements Serializable, Cloneable
Object containing both the face metadata (stored in the back-end database) and facial attributes that are detected but aren't stored in the database.
Constructor and Description |
---|
FaceRecord() |
Modifier and Type | Method and Description |
---|---|
FaceRecord |
clone() |
boolean |
equals(Object obj) |
Face |
getFace() |
FaceDetail |
getFaceDetail() |
int |
hashCode() |
void |
setFace(Face face) |
void |
setFaceDetail(FaceDetail faceDetail) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
FaceRecord |
withFace(Face face) |
FaceRecord |
withFaceDetail(FaceDetail faceDetail) |
public void setFace(Face face)
face
- public Face getFace()
public FaceRecord withFace(Face face)
face
- public void setFaceDetail(FaceDetail faceDetail)
faceDetail
- public FaceDetail getFaceDetail()
public FaceRecord withFaceDetail(FaceDetail faceDetail)
faceDetail
- public String toString()
toString
in class Object
Object.toString()
public FaceRecord clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.