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