Uses of Class
software.amazon.awssdk.services.rekognition.model.Geometry
-
Packages that use Geometry Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Geometry in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return Geometry Modifier and Type Method Description GeometryCustomLabel. geometry()The location of the detected object on the image that corresponds to the custom label.GeometryTextDetection. geometry()The location of the detected text on the image.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type Geometry Modifier and Type Method Description CustomLabel.BuilderCustomLabel.Builder. geometry(Geometry geometry)The location of the detected object on the image that corresponds to the custom label.TextDetection.BuilderTextDetection.Builder. geometry(Geometry geometry)The location of the detected text on the image.
-