@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComparedFace extends Object implements Serializable, Cloneable
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 |
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 Object
Object.toString()
public ComparedFace clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.