Class Point

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

public final class Point extends Object
Represents the x and y coordinates of a vertex.
  • Constructor Details

    • Point

      public Point()
  • Method Details

    • getX

      public float getX()
      Gets the x-coordinate value.
      Returns:
      The x-axis coordinate value.
    • getY

      public float getY()
      Gets the y-coordinate value.
      Returns:
      The y-axis coordinate value.