Uses of Class
software.amazon.awssdk.services.comprehend.model.BoundingBox
-
Packages that use BoundingBox Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of BoundingBox in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return BoundingBox Modifier and Type Method Description BoundingBoxGeometry. boundingBox()An axis-aligned coarse representation of the location of the recognized item on the document page.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type BoundingBox Modifier and Type Method Description Geometry.BuilderGeometry.Builder. boundingBox(BoundingBox boundingBox)An axis-aligned coarse representation of the location of the recognized item on the document page.
-