| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
Geometry.clone() |
Geometry |
TextDetection.getGeometry()
The location of the detected text on the image.
|
Geometry |
CustomLabel.getGeometry()
The location of the detected object on the image that corresponds to the custom label.
|
Geometry |
Geometry.withBoundingBox(BoundingBox boundingBox)
An axis-aligned coarse representation of the detected item's location on the image.
|
Geometry |
Geometry.withPolygon(Collection<Point> polygon)
Within the bounding box, a fine-grained polygon around the detected item.
|
Geometry |
Geometry.withPolygon(Point... polygon)
Within the bounding box, a fine-grained polygon around the detected item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextDetection.setGeometry(Geometry geometry)
The location of the detected text on the image.
|
void |
CustomLabel.setGeometry(Geometry geometry)
The location of the detected object on the image that corresponds to the custom label.
|
TextDetection |
TextDetection.withGeometry(Geometry geometry)
The location of the detected text on the image.
|
CustomLabel |
CustomLabel.withGeometry(Geometry geometry)
The location of the detected object on the image that corresponds to the custom label.
|
Copyright © 2023. All rights reserved.