public class EyeOpen extends Object implements Serializable, Cloneable
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 |
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.