| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static DetectLabelsImageBackground.Builder |
DetectLabelsImageBackground.builder() |
DetectLabelsImageBackground.Builder |
DetectLabelsImageBackground.Builder.dominantColors(Collection<DominantColor> dominantColors)
The dominant colors found in the background of an image, defined with RGB values, CSS color name, simplified
color name, and PixelPercentage (the percentage of image pixels that have a particular color).
|
DetectLabelsImageBackground.Builder |
DetectLabelsImageBackground.Builder.dominantColors(Consumer<DominantColor.Builder>... dominantColors)
The dominant colors found in the background of an image, defined with RGB values, CSS color name, simplified
color name, and PixelPercentage (the percentage of image pixels that have a particular color).
|
DetectLabelsImageBackground.Builder |
DetectLabelsImageBackground.Builder.dominantColors(DominantColor... dominantColors)
The dominant colors found in the background of an image, defined with RGB values, CSS color name, simplified
color name, and PixelPercentage (the percentage of image pixels that have a particular color).
|
default DetectLabelsImageBackground.Builder |
DetectLabelsImageBackground.Builder.quality(Consumer<DetectLabelsImageQuality.Builder> quality)
The quality of the image background as defined by brightness and sharpness.
|
DetectLabelsImageBackground.Builder |
DetectLabelsImageBackground.Builder.quality(DetectLabelsImageQuality quality)
The quality of the image background as defined by brightness and sharpness.
|
DetectLabelsImageBackground.Builder |
DetectLabelsImageBackground.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetectLabelsImageBackground.Builder> |
DetectLabelsImageBackground.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DetectLabelsImageProperties.Builder |
DetectLabelsImageProperties.Builder.background(Consumer<DetectLabelsImageBackground.Builder> background)
Information about the properties of an image’s background, including the background’s quality and dominant
colors, including the quality and dominant colors of the image.
|
Copyright © 2023. All rights reserved.