@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageQuality extends Object implements Serializable, Cloneable, StructuredPojo
Identifies face image brightness and sharpness.
Constructor and Description |
---|
ImageQuality() |
Modifier and Type | Method and Description |
---|---|
ImageQuality |
clone() |
boolean |
equals(Object obj) |
Float |
getBrightness()
Value representing brightness of the face.
|
Float |
getSharpness()
Value representing sharpness of the face.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBrightness(Float brightness)
Value representing brightness of the face.
|
void |
setSharpness(Float sharpness)
Value representing sharpness of the face.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ImageQuality |
withBrightness(Float brightness)
Value representing brightness of the face.
|
ImageQuality |
withSharpness(Float sharpness)
Value representing sharpness of the face.
|
public void setBrightness(Float brightness)
Value representing brightness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a brighter face image.
brightness
- Value representing brightness of the face. The service returns a value between 0 and 100 (inclusive). A
higher value indicates a brighter face image.public Float getBrightness()
Value representing brightness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a brighter face image.
public ImageQuality withBrightness(Float brightness)
Value representing brightness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a brighter face image.
brightness
- Value representing brightness of the face. The service returns a value between 0 and 100 (inclusive). A
higher value indicates a brighter face image.public void setSharpness(Float sharpness)
Value representing sharpness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a sharper face image.
sharpness
- Value representing sharpness of the face. The service returns a value between 0 and 100 (inclusive). A
higher value indicates a sharper face image.public Float getSharpness()
Value representing sharpness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a sharper face image.
public ImageQuality withSharpness(Float sharpness)
Value representing sharpness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a sharper face image.
sharpness
- Value representing sharpness of the face. The service returns a value between 0 and 100 (inclusive). A
higher value indicates a sharper face image.public String toString()
toString
in class Object
Object.toString()
public ImageQuality clone()
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.