BoundingRegion Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. models. BoundingRegion
- com.
public final class BoundingRegion
Model representing the bounding polygon on a specific page of the input.
Constructor Summary
Constructor | Description |
---|---|
BoundingRegion() |
Creates a new instance of Bounding |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Point> |
getBoundingPolygon()
Get the list of coordinates of bounding polygon, or the entire page if not specified. |
int |
getPageNumber()
Get the page |
Methods inherited from java.lang.Object
Constructor Details
BoundingRegion
public BoundingRegion()
Creates a new instance of BoundingRegion.
Method Details
getBoundingPolygon
public List
Get the list of coordinates of bounding polygon, or the entire page if not specified. The numbers represent the x, y values of the polygon vertices, clockwise from the left (-180 degrees inclusive) relative to the element orientation.
Returns:
getPageNumber
public int getPageNumber()
Get the pageNumber property: 1-based page number of page containing the bounding region.
Returns:
Applies to
Azure SDK for Java