@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Gender extends Object implements Serializable, Cloneable, StructuredPojo
Gender of the face and the confidence level in the determination.
Constructor and Description |
---|
Gender() |
Modifier and Type | Method and Description |
---|---|
Gender |
clone() |
boolean |
equals(Object obj) |
Float |
getConfidence()
Level of confidence in the determination.
|
String |
getValue()
Gender of the face.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfidence(Float confidence)
Level of confidence in the determination.
|
void |
setValue(GenderType value)
Gender of the face.
|
void |
setValue(String value)
Gender of the face.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Gender |
withConfidence(Float confidence)
Level of confidence in the determination.
|
Gender |
withValue(GenderType value)
Gender of the face.
|
Gender |
withValue(String value)
Gender of the face.
|
public void setValue(String value)
Gender of the face.
value
- Gender of the face.GenderType
public String getValue()
Gender of the face.
GenderType
public Gender withValue(String value)
Gender of the face.
value
- Gender of the face.GenderType
public void setValue(GenderType value)
Gender of the face.
value
- Gender of the face.GenderType
public Gender withValue(GenderType value)
Gender of the face.
value
- Gender of the face.GenderType
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 Gender 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.