Class FieldBoundingBox

java.lang.Object
com.azure.ai.formrecognizer.models.FieldBoundingBox

public final class FieldBoundingBox extends Object
Quadrangle bounding box, with coordinates specified relative to the top-left of the original image
  • Constructor Details

    • FieldBoundingBox

      public FieldBoundingBox(List<Point> points)
      Constructs a Field Bounding box object.
      Parameters:
      points - The list of coordinates of the field's bounding box.
  • Method Details

    • getPoints

      public List<Point> getPoints()
      Gets the list of all point coordinates of the bounding box.
      Returns:
      The unmodifiable list of all point coordinates of the field's bounding box.
    • toString

      public String toString()
      Returns a string representation of the FieldBoundingBox.
      Overrides:
      toString in class Object
      Returns:
      the string representation of the FieldBoundingBox.