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