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