你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Point Class

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

public final class Point

Represents the x and y coordinates of a vertex.

Constructor Summary

Constructor Description
Point()

Creates a Point object.

Method Summary

Modifier and Type Method and Description
float getX()

Gets the x-coordinate value.

float getY()

Gets the y-coordinate value.

Methods inherited from java.lang.Object

Constructor Details

Point

public Point()

Creates a Point object.

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.

Applies to