@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComparedFace extends Object implements Serializable, Cloneable, StructuredPojo
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
| Constructor and Description |
|---|
ComparedFace() |
| Modifier and Type | Method and Description |
|---|---|
ComparedFace |
clone() |
boolean |
equals(Object obj) |
BoundingBox |
getBoundingBox() |
Float |
getConfidence()
Level of confidence that what the bounding box contains is a face.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBoundingBox(BoundingBox boundingBox) |
void |
setConfidence(Float confidence)
Level of confidence that what the bounding box contains is a face.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ComparedFace |
withBoundingBox(BoundingBox boundingBox) |
ComparedFace |
withConfidence(Float confidence)
Level of confidence that what the bounding box contains is a face.
|
public void setBoundingBox(BoundingBox boundingBox)
boundingBox - public BoundingBox getBoundingBox()
public ComparedFace withBoundingBox(BoundingBox boundingBox)
boundingBox - public void setConfidence(Float confidence)
Level of confidence that what the bounding box contains is a face.
confidence - Level of confidence that what the bounding box contains is a face.public Float getConfidence()
Level of confidence that what the bounding box contains is a face.
public ComparedFace withConfidence(Float confidence)
Level of confidence that what the bounding box contains is a face.
confidence - Level of confidence that what the bounding box contains is a face.public String toString()
toString in class ObjectObject.toString()public ComparedFace clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.