| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.builder() |
DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.Builder.dominantColors(Collection<DominantColor> dominantColors)
The dominant colors found in the foreground 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).
|
DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.Builder.dominantColors(Consumer<DominantColor.Builder>... dominantColors)
The dominant colors found in the foreground 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).
|
DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.Builder.dominantColors(DominantColor... dominantColors)
The dominant colors found in the foreground 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 DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.Builder.quality(Consumer<DetectLabelsImageQuality.Builder> quality)
The quality of the image foreground as defined by brightness and sharpness.
|
DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.Builder.quality(DetectLabelsImageQuality quality)
The quality of the image foreground as defined by brightness and sharpness.
|
DetectLabelsImageForeground.Builder |
DetectLabelsImageForeground.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetectLabelsImageForeground.Builder> |
DetectLabelsImageForeground.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DetectLabelsImageProperties.Builder |
DetectLabelsImageProperties.Builder.foreground(Consumer<DetectLabelsImageForeground.Builder> foreground)
Information about the properties of an image’s foreground, including the foreground’s quality and dominant
colors, including the quality and dominant colors of the image.
|
Copyright © 2023. All rights reserved.