Class AzureGroundingEnhancementCoordinatePoint

java.lang.Object
com.azure.ai.openai.models.AzureGroundingEnhancementCoordinatePoint

public final class AzureGroundingEnhancementCoordinatePoint extends Object
A representation of a single polygon point as used by the Azure grounding enhancement.
  • Method Details

    • getX

      public double getX()
      Get the x property: The x-coordinate (horizontal axis) of the point.
      Returns:
      the x value.
    • getY

      public double getY()
      Get the y property: The y-coordinate (vertical axis) of the point.
      Returns:
      the y value.