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

GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation

import type { GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Image segmentation annotation.

interface GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation {
annotationColors?: {};
imageBytes?: Uint8Array;
mimeType?: string;
}

§Properties

§
annotationColors?: {}
[src]

The mapping between rgb color and annotation spec. The key is the rgb color represented in format of rgb(0, 0, 0). The value is the AnnotationSpec.

§
imageBytes?: Uint8Array
[src]

A byte string of a full image's color map.

§
mimeType?: string
[src]

Image format.