@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageQuality extends Object implements Serializable, Cloneable
Identifies 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 |
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 1 (inclusive).
brightness
- Value representing brightness of the face. The service returns a value between 0 and 1 (inclusive).public Float getBrightness()
Value representing brightness of the face. The service returns a value between 0 and 1 (inclusive).
public ImageQuality withBrightness(Float brightness)
Value representing brightness of the face. The service returns a value between 0 and 1 (inclusive).
brightness
- Value representing brightness of the face. The service returns a value between 0 and 1 (inclusive).public void setSharpness(Float sharpness)
Value representing sharpness of the face.
sharpness
- Value representing sharpness of the face.public Float getSharpness()
Value representing sharpness of the face.
public ImageQuality withSharpness(Float sharpness)
Value representing sharpness of the face.
sharpness
- Value representing sharpness of the face.public String toString()
toString
in class Object
Object.toString()
public ImageQuality clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.