| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DetectLabelsImageProperties |
DetectLabelsImageProperties.clone() |
DetectLabelsImageProperties |
DetectLabelsResult.getImageProperties()
Information about the properties of the input image, such as brightness, sharpness, contrast, and dominant
colors.
|
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.
|
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).
|
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).
|
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.
|
DetectLabelsImageProperties |
DetectLabelsImageProperties.withQuality(DetectLabelsImageQuality quality)
Information about the quality of the image foreground as defined by brightness, sharpness, and contrast.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectLabelsResult.setImageProperties(DetectLabelsImageProperties imageProperties)
Information about the properties of the input image, such as brightness, sharpness, contrast, and dominant
colors.
|
DetectLabelsResult |
DetectLabelsResult.withImageProperties(DetectLabelsImageProperties imageProperties)
Information about the properties of the input image, such as brightness, sharpness, contrast, and dominant
colors.
|
Copyright © 2024. All rights reserved.