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