Uses of Interface
software.amazon.awssdk.services.textract.model.BoundingBox.Builder
-
Packages that use BoundingBox.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of BoundingBox.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return BoundingBox.Builder Modifier and Type Method Description static BoundingBox.BuilderBoundingBox. builder()BoundingBox.BuilderBoundingBox.Builder. height(Float height)The height of the bounding box as a ratio of the overall document page height.BoundingBox.BuilderBoundingBox.Builder. left(Float left)The left coordinate of the bounding box as a ratio of overall document page width.BoundingBox.BuilderBoundingBox. toBuilder()BoundingBox.BuilderBoundingBox.Builder. top(Float top)The top coordinate of the bounding box as a ratio of overall document page height.BoundingBox.BuilderBoundingBox.Builder. width(Float width)The width of the bounding box as a ratio of the overall document page width.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type BoundingBox.Builder Modifier and Type Method Description static Class<? extends BoundingBox.Builder>BoundingBox. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type BoundingBox.Builder Modifier and Type Method Description default Geometry.BuilderGeometry.Builder. boundingBox(Consumer<BoundingBox.Builder> boundingBox)An axis-aligned coarse representation of the location of the recognized item on the document page.
-