BoundingRegionOutput interface
Bounding polygon on a specific page of the input.
Properties
page |
1-based page number of page containing the bounding region. |
polygon | Bounding polygon on the page, or the entire page if not specified. Coordinates specified relative to the top-left of the page. The numbers represent the x, y values of the polygon vertices, clockwise from the left (-180 degrees inclusive) relative to the element orientation. |
Property Details
pageNumber
1-based page number of page containing the bounding region.
pageNumber: number
Property Value
number
polygon
Bounding polygon on the page, or the entire page if not specified. Coordinates specified relative to the top-left of the page. The numbers represent the x, y values of the polygon vertices, clockwise from the left (-180 degrees inclusive) relative to the element orientation.
polygon: number[]
Property Value
number[]
Azure SDK for JavaScript