Interface BoundingBox.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BoundingBox.Builder,
,BoundingBox> SdkBuilder<BoundingBox.Builder,
,BoundingBox> SdkPojo
- Enclosing class:
BoundingBox
public static interface BoundingBox.Builder
extends SdkPojo, CopyableBuilder<BoundingBox.Builder,BoundingBox>
-
Method Summary
Modifier and TypeMethodDescriptionHeight of the bounding box as a ratio of the overall image height.Left coordinate of the bounding box as a ratio of overall image width.Top coordinate of the bounding box as a ratio of overall image height.Width of the bounding box as a ratio of the overall image width.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
width
Width of the bounding box as a ratio of the overall image width.
- Parameters:
width
- Width of the bounding box as a ratio of the overall image width.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
height
Height of the bounding box as a ratio of the overall image height.
- Parameters:
height
- Height of the bounding box as a ratio of the overall image height.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
left
Left coordinate of the bounding box as a ratio of overall image width.
- Parameters:
left
- Left coordinate of the bounding box as a ratio of overall image width.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
top
Top coordinate of the bounding box as a ratio of overall image height.
- Parameters:
top
- Top coordinate of the bounding box as a ratio of overall image height.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-