@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Beard extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.