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

GoogleCloudAiplatformV1SchemaImageSegmentationAnnotationPolygonAnnotation

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

Represents a polygon in image.

interface GoogleCloudAiplatformV1SchemaImageSegmentationAnnotationPolygonAnnotation {
annotationSpecId?: string;
displayName?: string;
}

§Properties

§
annotationSpecId?: string
[src]

The resource Id of the AnnotationSpec that this Annotation pertains to.

§
displayName?: string
[src]

The display name of the AnnotationSpec that this Annotation pertains to.

§

The vertexes are connected one by one and the last vertex is connected to the first one to represent a polygon.