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

GoogleCloudAiplatformV1SchemaAnnotationSpecColor

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

An entry of mapping between color and AnnotationSpec. The mapping is used in segmentation mask.

interface GoogleCloudAiplatformV1SchemaAnnotationSpecColor {
displayName?: string;
id?: string;
}

§Properties

§

The color of the AnnotationSpec in a segmentation mask.

§
displayName?: string
[src]

The display name of the AnnotationSpec represented by the color in the segmentation mask.

§
id?: string
[src]

The ID of the AnnotationSpec represented by the color in the segmentation mask.