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

Point

import type { Point } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";

The X and Y coordinates of a point on a document page.

For additional information, see Point in the Amazon Textract API reference.

interface Point {
X?: number | null;
Y?: number | null;
}

§Properties

§
X?: number | null
[src]

The value of the X coordinate for a point on a polygon

§
Y?: number | null
[src]

The value of the Y coordinate for a point on a polygon