public static interface BoundingBox.Builder extends SdkPojo, CopyableBuilder<BoundingBox.Builder,BoundingBox>
Modifier and Type | Method and Description |
---|---|
BoundingBox.Builder |
height(Float height)
The height of the bounding box as a ratio of the overall document page height.
|
BoundingBox.Builder |
left(Float left)
The left coordinate of the bounding box as a ratio of overall document page width.
|
BoundingBox.Builder |
top(Float top)
The top coordinate of the bounding box as a ratio of overall document page height.
|
BoundingBox.Builder |
width(Float width)
The width of the bounding box as a ratio of the overall document page width.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
BoundingBox.Builder width(Float width)
The width of the bounding box as a ratio of the overall document page width.
width
- The width of the bounding box as a ratio of the overall document page width.BoundingBox.Builder height(Float height)
The height of the bounding box as a ratio of the overall document page height.
height
- The height of the bounding box as a ratio of the overall document page height.BoundingBox.Builder left(Float left)
The left coordinate of the bounding box as a ratio of overall document page width.
left
- The left coordinate of the bounding box as a ratio of overall document page width.BoundingBox.Builder top(Float top)
The top coordinate of the bounding box as a ratio of overall document page height.
top
- The top coordinate of the bounding box as a ratio of overall document page height.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.