Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Point2D interface
- Package:
- @azure/ai-form-recognizer
Represents a point used to define bounding polygons. The unit is either 'pixel' or 'inch' (See LengthUnit).
Properties
| x | x coordinate - relative from the left side of the page |
| y | y coordinate - relative from the top of the page |
Property Details
x
x coordinate - relative from the left side of the page
x: number
Property Value
number
y
y coordinate - relative from the top of the page
y: number
Property Value
number
