Package com.azure.ai.openai.models
Class AzureGroundingEnhancementCoordinatePoint
java.lang.Object
com.azure.ai.openai.models.AzureGroundingEnhancementCoordinatePoint
A representation of a single polygon point as used by the Azure grounding enhancement.
-
Method Summary
-
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.
-