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;
    Y?: number;
}

Properties

Properties

X?: number

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

Y?: number

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