Values.DetectLabelsImageForegroundSourceThe foreground of the image with regard to image quality and dominant colors.
type nonrec t = {quality : DetectLabelsImageQuality.t option;The quality of the image foreground as defined by brightness and sharpness.
*)dominantColors : DominantColors.t option;The dominant colors found in the foreground 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).
*)}