| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
Geometry.clone() |
Geometry |
SignatureDetection.getGeometry() |
Geometry |
Block.getGeometry()
The location of the recognized text on the image.
|
Geometry |
ExpenseDetection.getGeometry() |
Geometry |
LendingDetection.getGeometry() |
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 |
SignatureDetection.setGeometry(Geometry geometry) |
void |
Block.setGeometry(Geometry geometry)
The location of the recognized text on the image.
|
void |
ExpenseDetection.setGeometry(Geometry geometry) |
void |
LendingDetection.setGeometry(Geometry geometry) |
SignatureDetection |
SignatureDetection.withGeometry(Geometry geometry) |
Block |
Block.withGeometry(Geometry geometry)
The location of the recognized text on the image.
|
ExpenseDetection |
ExpenseDetection.withGeometry(Geometry geometry) |
LendingDetection |
LendingDetection.withGeometry(Geometry geometry) |
Copyright © 2023. All rights reserved.