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