Class DetectLabelsImageQuality
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.DetectLabelsImageQuality
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DetectLabelsImageQuality.Builder,DetectLabelsImageQuality>
@Generated("software.amazon.awssdk:codegen") public final class DetectLabelsImageQuality extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DetectLabelsImageQuality.Builder,DetectLabelsImageQuality>
The quality of an image provided for label detection, with regard to brightness, sharpness, and contrast.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDetectLabelsImageQuality.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Floatbrightness()The brightness of an image provided for label detection.static DetectLabelsImageQuality.Builderbuilder()Floatcontrast()The contrast of an image provided for label detection.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DetectLabelsImageQuality.Builder>serializableBuilderClass()Floatsharpness()The sharpness of an image provided for label detection.DetectLabelsImageQuality.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
brightness
public final Float brightness()
The brightness of an image provided for label detection.
- Returns:
- The brightness of an image provided for label detection.
-
sharpness
public final Float sharpness()
The sharpness of an image provided for label detection.
- Returns:
- The sharpness of an image provided for label detection.
-
contrast
public final Float contrast()
The contrast of an image provided for label detection.
- Returns:
- The contrast of an image provided for label detection.
-
toBuilder
public DetectLabelsImageQuality.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DetectLabelsImageQuality.Builder,DetectLabelsImageQuality>
-
builder
public static DetectLabelsImageQuality.Builder builder()
-
serializableBuilderClass
public static Class<? extends DetectLabelsImageQuality.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-