Uses of Interface
software.amazon.awssdk.services.rekognition.model.Geometry.Builder
-
Packages that use Geometry.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Geometry.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return Geometry.Builder Modifier and Type Method Description default Geometry.BuilderGeometry.Builder. boundingBox(Consumer<BoundingBox.Builder> boundingBox)An axis-aligned coarse representation of the detected item's location on the image.Geometry.BuilderGeometry.Builder. boundingBox(BoundingBox boundingBox)An axis-aligned coarse representation of the detected item's location on the image.static Geometry.BuilderGeometry. builder()Geometry.BuilderGeometry.Builder. polygon(Collection<Point> polygon)Within the bounding box, a fine-grained polygon around the detected item.Geometry.BuilderGeometry.Builder. polygon(Consumer<Point.Builder>... polygon)Within the bounding box, a fine-grained polygon around the detected item.Geometry.BuilderGeometry.Builder. polygon(Point... polygon)Within the bounding box, a fine-grained polygon around the detected item.Geometry.BuilderGeometry. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type Geometry.Builder Modifier and Type Method Description static Class<? extends Geometry.Builder>Geometry. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type Geometry.Builder Modifier and Type Method Description default CustomLabel.BuilderCustomLabel.Builder. geometry(Consumer<Geometry.Builder> geometry)The location of the detected object on the image that corresponds to the custom label.default TextDetection.BuilderTextDetection.Builder. geometry(Consumer<Geometry.Builder> geometry)The location of the detected text on the image.
-