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

DetectLabelsImagePropertiesSettings

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

Settings for the IMAGE_PROPERTIES feature type.

interface DetectLabelsImagePropertiesSettings {
MaxDominantColors?: number | null;
}

§Properties

§
MaxDominantColors?: number | null
[src]

The maximum number of dominant colors to return when detecting labels in an image. The default value is 10.