Uses of Class
software.amazon.awssdk.services.textract.model.Point
-
Packages that use Point Package Description software.amazon.awssdk.services.textract.model -
-
Uses of Point in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type Point Modifier and Type Method Description List<Point>Geometry. polygon()Within the bounding box, a fine-grained polygon around the recognized item.Methods in software.amazon.awssdk.services.textract.model with parameters of type Point Modifier and Type Method Description Geometry.BuilderGeometry.Builder. polygon(Point... polygon)Within the bounding box, a fine-grained polygon around the recognized item.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type Point Modifier and Type Method Description Geometry.BuilderGeometry.Builder. polygon(Collection<Point> polygon)Within the bounding box, a fine-grained polygon around the recognized item.
-