Struct aws_sdk_textract::model::bounding_box::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for BoundingBox
Implementations
The width of the bounding box as a ratio of the overall document page width.
The width of the bounding box as a ratio of the overall document page width.
The height of the bounding box as a ratio of the overall document page height.
The height of the bounding box as a ratio of the overall document page height.
The left coordinate of the bounding box as a ratio of overall document page width.
The left coordinate of the bounding box as a ratio of overall document page width.
The top coordinate of the bounding box as a ratio of overall document page height.
The top coordinate of the bounding box as a ratio of overall document page 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