java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.models.BoundingRegion

public final class BoundingRegion extends Object
Bounding polygon on a specific page of the input.
  • 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

      public List<Point> 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.