Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DetectLabelsImageForeground

import type { DetectLabelsImageForeground } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";

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

interface DetectLabelsImageForeground {
DominantColors?: DominantColor[] | null;
Quality?: DetectLabelsImageQuality | null;
}

§Properties

§
DominantColors?: DominantColor[] | null
[src]

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

§

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