| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
Classes modeling the various types represented by AmazonTextract
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
Geometry.getBoundingBox()
An axis-aligned coarse representation of the location of the recognized
text 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
text on the document page.
|
Geometry |
Geometry.withBoundingBox(BoundingBox boundingBox)
An axis-aligned coarse representation of the location of the recognized
text on the document page.
|
Copyright © 2019. All rights reserved.