FieldBoundingBox Class
- java.
lang. Object - com.
azure. ai. formrecognizer. models. FieldBoundingBox
- com.
public final class FieldBoundingBox
Quadrangle bounding box, with coordinates specified relative to the top-left of the original image
Constructor Summary
Constructor | Description |
---|---|
FieldBoundingBox(List<Point> points) |
Constructs a Field Bounding box object. |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Point> |
getPoints()
Gets the list of all point coordinates of the bounding box. |
String |
toString()
Returns a string representation of the FieldBoundingBox. |
Methods inherited from java.lang.Object
Constructor Details
FieldBoundingBox
public FieldBoundingBox(List
Constructs a Field Bounding box object.
Parameters:
points
- The list of coordinates of the field's bounding box.
Method Details
getPoints
public List
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:
FieldBoundingBox.toString()Returns:
the string representation of the FieldBoundingBox.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java