public static interface DetectLabelsImageQuality.Builder extends SdkPojo, CopyableBuilder<DetectLabelsImageQuality.Builder,DetectLabelsImageQuality>
| Modifier and Type | Method and Description |
|---|---|
DetectLabelsImageQuality.Builder |
brightness(Float brightness)
The brightness of an image provided for label detection.
|
DetectLabelsImageQuality.Builder |
contrast(Float contrast)
The contrast of an image provided for label detection.
|
DetectLabelsImageQuality.Builder |
sharpness(Float sharpness)
The sharpness of an image provided for label detection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectLabelsImageQuality.Builder brightness(Float brightness)
The brightness of an image provided for label detection.
brightness - The brightness of an image provided for label detection.DetectLabelsImageQuality.Builder sharpness(Float sharpness)
The sharpness of an image provided for label detection.
sharpness - The sharpness of an image provided for label detection.DetectLabelsImageQuality.Builder contrast(Float contrast)
The contrast of an image provided for label detection.
contrast - The contrast of an image provided for label detection.Copyright © 2023. All rights reserved.