Uses of Class
software.amazon.awssdk.services.rekognition.model.Point
-
Packages that use Point Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Point in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.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 detected item.List<Point>RegionOfInterest. polygon()Specifies a shape made up of up to 10Pointobjects to define a region of interest.Methods in software.amazon.awssdk.services.rekognition.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 detected item.RegionOfInterest.BuilderRegionOfInterest.Builder. polygon(Point... polygon)Specifies a shape made up of up to 10Pointobjects to define a region of interest.Method parameters in software.amazon.awssdk.services.rekognition.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 detected item.RegionOfInterest.BuilderRegionOfInterest.Builder. polygon(Collection<Point> polygon)Specifies a shape made up of up to 10Pointobjects to define a region of interest.
-