DetectLabelsImageProperties - Amazon Rekognition

DetectLabelsImageProperties

Information about the quality and dominant colors of an input image. Quality and color information is returned for the entire image, foreground, and background.

Contents

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.

Type: DetectLabelsImageBackground object

Required: No

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).

Type: Array of DominantColor objects

Required: No

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.

Type: DetectLabelsImageForeground object

Required: No

Quality

Information about the quality of the image foreground as defined by brightness, sharpness, and contrast. The higher the value the greater the brightness, sharpness, and contrast respectively.

Type: DetectLabelsImageQuality object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: