AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.DetectLabelsImageProperties

Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z

Syntax

C#
public class DetectLabelsImageProperties

The DetectLabelsImageProperties type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Background Amazon.Rekognition.Model.DetectLabelsImageBackground

Gets and sets the property 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.

Public Property DominantColors System.Collections.Generic.List<Amazon.Rekognition.Model.DominantColor>

Gets and sets the property 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).

Public Property Foreground Amazon.Rekognition.Model.DetectLabelsImageForeground

Gets and sets the property 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.

Public Property Quality Amazon.Rekognition.Model.DetectLabelsImageQuality

Gets and sets the property 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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5