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

ImageProperties

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

Stores image properties, such as dominant colors.

interface ImageProperties {
dominantColors?: DominantColorsAnnotation;
}

§Properties

§

If present, dominant colors completed successfully.