Uses of Class
com.azure.ai.formrecognizer.models.Point
Packages that use Point
Package
Description
Package containing the data models for FormRecognizerClient.
-
Uses of Point in com.azure.ai.formrecognizer.models
Methods in com.azure.ai.formrecognizer.models that return types with arguments of type PointModifier and TypeMethodDescriptionFieldBoundingBox.getPoints()Gets the list of all point coordinates of the bounding box.Constructor parameters in com.azure.ai.formrecognizer.models with type arguments of type PointModifierConstructorDescriptionFieldBoundingBox(List<Point> points) Constructs a Field Bounding box object.