Uses of Interface
software.amazon.awssdk.services.comprehend.model.Geometry.Builder
-
Packages that use Geometry.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of Geometry.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return Geometry.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.Geometry.BuilderGeometry.Builder. boundingBox(BoundingBox boundingBox)An axis-aligned coarse representation of the location of the recognized item on the document page.static Geometry.BuilderGeometry. builder()Geometry.BuilderGeometry.Builder. polygon(Collection<Point> polygon)Within the bounding box, a fine-grained polygon around the recognized item.Geometry.BuilderGeometry.Builder. polygon(Consumer<Point.Builder>... polygon)Within the bounding box, a fine-grained polygon around the recognized item.Geometry.BuilderGeometry.Builder. polygon(Point... polygon)Within the bounding box, a fine-grained polygon around the recognized item.Geometry.BuilderGeometry. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type Geometry.Builder Modifier and Type Method Description static Class<? extends Geometry.Builder>Geometry. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type Geometry.Builder Modifier and Type Method Description default Block.BuilderBlock.Builder. geometry(Consumer<Geometry.Builder> geometry)Co-ordinates of the rectangle or polygon that contains the text.
-