| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DominantColor |
DominantColor.clone() |
DominantColor |
DominantColor.withBlue(Integer blue)
The Blue RGB value for a dominant color.
|
DominantColor |
DominantColor.withCSSColor(String cSSColor)
The CSS color name of a dominant color.
|
DominantColor |
DominantColor.withGreen(Integer green)
The Green RGB value for a dominant color.
|
DominantColor |
DominantColor.withHexCode(String hexCode)
The Hex code equivalent of the RGB values for a dominant color.
|
DominantColor |
DominantColor.withPixelPercent(Float pixelPercent)
The percentage of image pixels that have a given dominant color.
|
DominantColor |
DominantColor.withRed(Integer red)
The Red RGB value for a dominant color.
|
DominantColor |
DominantColor.withSimplifiedColor(String simplifiedColor)
One of 12 simplified color names applied to a dominant color.
|
| Modifier and Type | Method and Description |
|---|---|
List<DominantColor> |
DetectLabelsImageBackground.getDominantColors()
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.getDominantColors()
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.getDominantColors()
The dominant colors found in an individual instance of a label.
|
List<DominantColor> |
DetectLabelsImageProperties.getDominantColors()
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).
|
| Modifier and Type | Method and Description |
|---|---|
DetectLabelsImageBackground |
DetectLabelsImageBackground.withDominantColors(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 |
DetectLabelsImageForeground.withDominantColors(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 |
Instance.withDominantColors(DominantColor... dominantColors)
The dominant colors found in an individual instance of a label.
|
DetectLabelsImageProperties |
DetectLabelsImageProperties.withDominantColors(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).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectLabelsImageBackground.setDominantColors(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).
|
void |
DetectLabelsImageForeground.setDominantColors(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).
|
void |
Instance.setDominantColors(Collection<DominantColor> dominantColors)
The dominant colors found in an individual instance of a label.
|
void |
DetectLabelsImageProperties.setDominantColors(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 |
DetectLabelsImageBackground.withDominantColors(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 |
DetectLabelsImageForeground.withDominantColors(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 |
Instance.withDominantColors(Collection<DominantColor> dominantColors)
The dominant colors found in an individual instance of a label.
|
DetectLabelsImageProperties |
DetectLabelsImageProperties.withDominantColors(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).
|
Copyright © 2024. All rights reserved.