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, sdkFieldscopyapplyMutation, buildBoundingBox.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.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.Copyright © 2023. All rights reserved.