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

GoogleCloudAiplatformV1SchemaVertex

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

A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.

interface GoogleCloudAiplatformV1SchemaVertex {
x?: number;
y?: number;
}

§Properties

§
x?: number
[src]

X coordinate.

§
y?: number
[src]

Y coordinate.