| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
Geometry.clone() |
Geometry |
Block.getGeometry()
The location of the recognized text on the image.
|
Geometry |
Geometry.withBoundingBox(BoundingBox boundingBox)
An axis-aligned coarse representation of the location of the recognized text on the document page.
|
Geometry |
Geometry.withPolygon(Collection<Point> polygon)
Within the bounding box, a fine-grained polygon around the recognized text.
|
Geometry |
Geometry.withPolygon(Point... polygon)
Within the bounding box, a fine-grained polygon around the recognized text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Block.setGeometry(Geometry geometry)
The location of the recognized text on the image.
|
Block |
Block.withGeometry(Geometry geometry)
The location of the recognized text on the image.
|
Copyright © 2019. All rights reserved.