The background of the image with regard to image quality and dominant colors.

interface DetectLabelsImageBackground {
    DominantColors?: DominantColor[];
    Quality?: DetectLabelsImageQuality;
}

Properties

DominantColors?: DominantColor[]

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

The quality of the image background as defined by brightness and sharpness.