| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BoundingBox.clone() |
BoundingBox |
Geometry.getBoundingBox()
An axis-aligned coarse representation of the location of the recognized item on the document page.
|
BoundingBox |
BoundingBox.withHeight(Float height)
The height of the bounding box as a ratio of the overall document page height.
|
BoundingBox |
BoundingBox.withLeft(Float left)
The left coordinate of the bounding box as a ratio of overall document page width.
|
BoundingBox |
BoundingBox.withTop(Float top)
The top coordinate of the bounding box as a ratio of overall document page height.
|
BoundingBox |
BoundingBox.withWidth(Float width)
The width of the bounding box as a ratio of the overall document page width.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Geometry.setBoundingBox(BoundingBox boundingBox)
An axis-aligned coarse representation of the location of the recognized item on the document page.
|
Geometry |
Geometry.withBoundingBox(BoundingBox boundingBox)
An axis-aligned coarse representation of the location of the recognized item on the document page.
|
Copyright © 2021. All rights reserved.