Interface DetectLabelsImageQuality.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DetectLabelsImageQuality.Builder,
,DetectLabelsImageQuality> SdkBuilder<DetectLabelsImageQuality.Builder,
,DetectLabelsImageQuality> SdkPojo
- Enclosing class:
DetectLabelsImageQuality
public static interface DetectLabelsImageQuality.Builder
extends SdkPojo, CopyableBuilder<DetectLabelsImageQuality.Builder,DetectLabelsImageQuality>
-
Method Summary
Modifier and TypeMethodDescriptionbrightness
(Float brightness) The brightness of an image provided for label detection.The contrast of an image provided for label detection.The sharpness of an image provided for label detection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
brightness
The brightness of an image provided for label detection.
- Parameters:
brightness
- The brightness of an image provided for label detection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sharpness
The sharpness of an image provided for label detection.
- Parameters:
sharpness
- The sharpness of an image provided for label detection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contrast
The contrast of an image provided for label detection.
- Parameters:
contrast
- The contrast of an image provided for label detection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-