@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Eyeglasses extends Object implements Serializable, Cloneable, StructuredPojo
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
Constructor and Description |
---|
Eyeglasses() |
Modifier and Type | Method and Description |
---|---|
Eyeglasses |
clone() |
boolean |
equals(Object obj) |
Float |
getConfidence()
Level of confidence in the determination.
|
Boolean |
getValue()
Boolean value that indicates whether the face is wearing eye glasses or not.
|
int |
hashCode() |
Boolean |
isValue()
Boolean value that indicates whether the face is wearing eye glasses 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 is wearing eye glasses or not.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Eyeglasses |
withConfidence(Float confidence)
Level of confidence in the determination.
|
Eyeglasses |
withValue(Boolean value)
Boolean value that indicates whether the face is wearing eye glasses or not.
|
public void setValue(Boolean value)
Boolean value that indicates whether the face is wearing eye glasses or not.
value
- Boolean value that indicates whether the face is wearing eye glasses or not.public Boolean getValue()
Boolean value that indicates whether the face is wearing eye glasses or not.
public Eyeglasses withValue(Boolean value)
Boolean value that indicates whether the face is wearing eye glasses or not.
value
- Boolean value that indicates whether the face is wearing eye glasses or not.public Boolean isValue()
Boolean value that indicates whether the face is wearing eye glasses 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 Eyeglasses 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 Eyeglasses clone()
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.