| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static BoundingBox.Builder |
BoundingBox.builder() |
BoundingBox.Builder |
BoundingBox.Builder.height(Float height)
The height of the bounding box as a ratio of the overall document page height.
|
BoundingBox.Builder |
BoundingBox.Builder.left(Float left)
The left coordinate of the bounding box as a ratio of overall document page width.
|
BoundingBox.Builder |
BoundingBox.toBuilder() |
BoundingBox.Builder |
BoundingBox.Builder.top(Float top)
The top coordinate of the bounding box as a ratio of overall document page height.
|
BoundingBox.Builder |
BoundingBox.Builder.width(Float width)
The width of the bounding box as a ratio of the overall document page width.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BoundingBox.Builder> |
BoundingBox.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.