@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DetectLabelsImageQuality.Builder |
| Modifier and Type | Method and Description |
|---|---|
Float |
brightness()
The brightness of an image provided for label detection.
|
static DetectLabelsImageQuality.Builder |
builder() |
Float |
contrast()
The contrast of an image provided for label detection.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DetectLabelsImageQuality.Builder> |
serializableBuilderClass() |
Float |
sharpness()
The sharpness of an image provided for label detection.
|
DetectLabelsImageQuality.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Float brightness()
The brightness of an image provided for label detection.
public final Float sharpness()
The sharpness of an image provided for label detection.
public final Float contrast()
The contrast of an image provided for label detection.
public DetectLabelsImageQuality.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DetectLabelsImageQuality.Builder,DetectLabelsImageQuality>public static DetectLabelsImageQuality.Builder builder()
public static Class<? extends DetectLabelsImageQuality.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.