CopyableBuilder<BoundingBox.Builder,BoundingBox>, SdkBuilder<BoundingBox.Builder,BoundingBox>public static interface BoundingBox.Builder extends CopyableBuilder<BoundingBox.Builder,BoundingBox>
| Modifier and Type | Method | Description |
|---|---|---|
BoundingBox.Builder |
height(Float height) |
Height of the bounding box as a ratio of the overall image height.
|
BoundingBox.Builder |
left(Float left) |
Left coordinate of the bounding box as a ratio of overall image width.
|
BoundingBox.Builder |
top(Float top) |
Top coordinate of the bounding box as a ratio of overall image height.
|
BoundingBox.Builder |
width(Float width) |
Width of the bounding box as a ratio of the overall image width.
|
copyapply, buildBoundingBox.Builder width(Float width)
Width of the bounding box as a ratio of the overall image width.
width - Width of the bounding box as a ratio of the overall image width.BoundingBox.Builder height(Float height)
Height of the bounding box as a ratio of the overall image height.
height - Height of the bounding box as a ratio of the overall image height.BoundingBox.Builder left(Float left)
Left coordinate of the bounding box as a ratio of overall image width.
left - Left coordinate of the bounding box as a ratio of overall image width.BoundingBox.Builder top(Float top)
Top coordinate of the bounding box as a ratio of overall image height.
top - Top coordinate of the bounding box as a ratio of overall image height.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.