| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<DominantColor> |
DetectLabelsImageProperties.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).
|
List<DominantColor> |
DetectLabelsImageBackground.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).
|
List<DominantColor> |
DetectLabelsImageForeground.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).
|
List<DominantColor> |
Instance.dominantColors()
The dominant colors found in an individual instance of a label.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
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).
|
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).
|
Instance.Builder |
Instance.Builder.dominantColors(DominantColor... dominantColors)
The dominant colors found in an individual instance of a label.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
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).
|
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).
|
Instance.Builder |
Instance.Builder.dominantColors(Collection<DominantColor> dominantColors)
The dominant colors found in an individual instance of a label.
|
Copyright © 2023. All rights reserved.