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

Instance

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

An instance of a label returned by Amazon Rekognition Image ("DetectLabels") or by Amazon Rekognition Video ("GetLabelDetection").

interface Instance {
BoundingBox?: BoundingBox | null;
Confidence?: number | null;
DominantColors?: DominantColor[] | null;
}

§Properties

§
BoundingBox?: BoundingBox | null
[src]

The position of the label instance on the image.

§
Confidence?: number | null
[src]

The confidence that Amazon Rekognition has in the accuracy of the bounding box.

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

The dominant colors found in an individual instance of a label.