| 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 |
Geometry.withBoundingBox(BoundingBox boundingBox)
An axis-aligned coarse representation of the detected text's location on the image.
|
Geometry |
Geometry.withPolygon(Collection<Point> polygon)
Within the bounding box, a fine-grained polygon around the detected text.
|
Geometry |
Geometry.withPolygon(Point... polygon)
Within the bounding box, a fine-grained polygon around the detected text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextDetection.setGeometry(Geometry geometry)
The location of the detected text on the image.
|
TextDetection |
TextDetection.withGeometry(Geometry geometry)
The location of the detected text on the image.
|
Copyright © 2018. All rights reserved.