Class BoundingRegion
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.models.BoundingRegion
Bounding polygon on a specific page of the input.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of coordinates of bounding polygon, or the entire page if not specified.int
Get the pageNumber property: 1-based page number of page containing the bounding region.
-
Constructor Details
-
BoundingRegion
public BoundingRegion()
-
-
Method Details
-
getPageNumber
public int getPageNumber()Get the pageNumber property: 1-based page number of page containing the bounding region.- Returns:
- the pageNumber value.
-
getBoundingPolygon
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:
- the boundingPolygon value.
-