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

BoundingPoly

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

A bounding polygon for the detected image annotation.

interface BoundingPoly {
normalizedVertices?: NormalizedVertex[];
vertices?: Vertex[];
}

§Properties

§
normalizedVertices?: NormalizedVertex[]
[src]

The bounding polygon normalized vertices.

§
vertices?: Vertex[]
[src]

The bounding polygon vertices.