Uses of Class
com.azure.ai.formrecognizer.models.Point
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of Point in com.azure.ai.formrecognizer.models
Modifier and TypeMethodDescriptionFieldBoundingBox.getPoints()
Gets the list of all point coordinates of the bounding box.ModifierConstructorDescriptionFieldBoundingBox
(List<Point> points) Constructs a Field Bounding box object.