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

GoogleCloudAiplatformV1SchemaImageSegmentationAnnotationPolylineAnnotation

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

Represents a polyline in image.

interface GoogleCloudAiplatformV1SchemaImageSegmentationAnnotationPolylineAnnotation {
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 in not connected to the first one.