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

DominantColorsAnnotation

import type { DominantColorsAnnotation } from "https://googleapis.deno.dev/v1/vision:v1.ts";

Set of dominant colors and their corresponding scores.

interface DominantColorsAnnotation {
colors?: ColorInfo[];
}

§Properties

§
colors?: ColorInfo[]
[src]

RGB color values with their score and pixel fraction.