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