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

GoogleCloudVisionV1p2beta1Vertex

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

A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.

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

§Properties

§
x?: number
[src]

X coordinate.

§
y?: number
[src]

Y coordinate.