| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Geometry.Builder |
Geometry.Builder.boundingBox(BoundingBox boundingBox)
An axis-aligned coarse representation of the detected item's location on the image.
|
default Geometry.Builder |
Geometry.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
An axis-aligned coarse representation of the detected item's location on the image.
|
static Geometry.Builder |
Geometry.builder() |
Geometry.Builder |
Geometry.Builder.polygon(Collection<Point> polygon)
Within the bounding box, a fine-grained polygon around the detected item.
|
Geometry.Builder |
Geometry.Builder.polygon(Consumer<Point.Builder>... polygon)
Within the bounding box, a fine-grained polygon around the detected item.
|
Geometry.Builder |
Geometry.Builder.polygon(Point... polygon)
Within the bounding box, a fine-grained polygon around the detected item.
|
Geometry.Builder |
Geometry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Geometry.Builder> |
Geometry.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TextDetection.Builder |
TextDetection.Builder.geometry(Consumer<Geometry.Builder> geometry)
The location of the detected text on the image.
|
default CustomLabel.Builder |
CustomLabel.Builder.geometry(Consumer<Geometry.Builder> geometry)
The location of the detected object on the image that corresponds to the custom label.
|
Copyright © 2020. All rights reserved.