| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DetectLabelsImageForeground |
DetectLabelsImageForeground.clone() |
DetectLabelsImageForeground |
DetectLabelsImageProperties.getForeground()
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.
|
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).
|
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).
|
DetectLabelsImageForeground |
DetectLabelsImageForeground.withQuality(DetectLabelsImageQuality quality)
The quality of the image foreground as defined by brightness and sharpness.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectLabelsImageProperties.setForeground(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.
|
DetectLabelsImageProperties |
DetectLabelsImageProperties.withForeground(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.
|
Copyright © 2024. All rights reserved.