Struct aws_sdk_rekognition::model::bounding_box::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for BoundingBox
Implementations
Width of the bounding box as a ratio of the overall image width.
Width of the bounding box as a ratio of the overall image width.
Height of the bounding box as a ratio of the overall image height.
Height 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.
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.
Top coordinate of the bounding box as a ratio of overall image height.
Consumes the builder and constructs a BoundingBox
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more