@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FaceRecord extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller) |
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 ObjectObject.toString()public FaceRecord clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.