| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
Geometry.Builder |
Geometry.Builder.boundingBox(BoundingBox boundingBox)
An axis-aligned coarse representation of the location of the recognized item on the document page.
|
default Geometry.Builder |
Geometry.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
An axis-aligned coarse representation of the location of the recognized item on the document page.
|
static Geometry.Builder |
Geometry.builder() |
Geometry.Builder |
Geometry.Builder.polygon(Collection<Point> polygon)
Within the bounding box, a fine-grained polygon around the recognized item.
|
Geometry.Builder |
Geometry.Builder.polygon(Consumer<Point.Builder>... polygon)
Within the bounding box, a fine-grained polygon around the recognized item.
|
Geometry.Builder |
Geometry.Builder.polygon(Point... polygon)
Within the bounding box, a fine-grained polygon around the recognized item.
|
Geometry.Builder |
Geometry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Geometry.Builder> |
Geometry.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Block.Builder |
Block.Builder.geometry(Consumer<Geometry.Builder> geometry)
The location of the recognized text on the image.
|
default LendingDetection.Builder |
LendingDetection.Builder.geometry(Consumer<Geometry.Builder> geometry)
Sets the value of the Geometry property for this object.
|
default ExpenseDetection.Builder |
ExpenseDetection.Builder.geometry(Consumer<Geometry.Builder> geometry)
Sets the value of the Geometry property for this object.
|
default SignatureDetection.Builder |
SignatureDetection.Builder.geometry(Consumer<Geometry.Builder> geometry)
Sets the value of the Geometry property for this object.
|
Copyright © 2023. All rights reserved.