public class Beard extends Object implements Serializable, Cloneable
Indicates whether or not the face has a beard, and the confidence level in the determination.
Constructor and Description |
---|
Beard() |
Modifier and Type | Method and Description |
---|---|
Beard |
clone() |
boolean |
equals(Object obj) |
Float |
getConfidence()
Level of confidence in the determination.
|
Boolean |
getValue()
Boolean value that indicates whether the face has beard or not.
|
int |
hashCode() |
Boolean |
isValue()
Boolean value that indicates whether the face has beard or not.
|
void |
setConfidence(Float confidence)
Level of confidence in the determination.
|
void |
setValue(Boolean value)
Boolean value that indicates whether the face has beard or not.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Beard |
withConfidence(Float confidence)
Level of confidence in the determination.
|
Beard |
withValue(Boolean value)
Boolean value that indicates whether the face has beard or not.
|
public void setValue(Boolean value)
Boolean value that indicates whether the face has beard or not.
value
- Boolean value that indicates whether the face has beard or not.public Boolean getValue()
Boolean value that indicates whether the face has beard or not.
public Beard withValue(Boolean value)
Boolean value that indicates whether the face has beard or not.
value
- Boolean value that indicates whether the face has beard or not.public Boolean isValue()
Boolean value that indicates whether the face has beard or not.
public void setConfidence(Float confidence)
Level of confidence in the determination.
confidence
- Level of confidence in the determination.public Float getConfidence()
Level of confidence in the determination.
public Beard withConfidence(Float confidence)
Level of confidence in the determination.
confidence
- Level of confidence in the determination.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.