Uses of Class
software.amazon.awssdk.services.textract.model.Geometry
-
Packages that use Geometry Package Description software.amazon.awssdk.services.textract.model -
-
Uses of Geometry in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return Geometry Modifier and Type Method Description GeometryBlock. geometry()The location of the recognized text on the image.GeometryExpenseDetection. geometry()Returns the value of the Geometry property for this object.GeometryLendingDetection. geometry()Returns the value of the Geometry property for this object.GeometrySignatureDetection. geometry()Returns the value of the Geometry property for this object.Methods in software.amazon.awssdk.services.textract.model with parameters of type Geometry Modifier and Type Method Description Block.BuilderBlock.Builder. geometry(Geometry geometry)The location of the recognized text on the image.ExpenseDetection.BuilderExpenseDetection.Builder. geometry(Geometry geometry)Sets the value of the Geometry property for this object.LendingDetection.BuilderLendingDetection.Builder. geometry(Geometry geometry)Sets the value of the Geometry property for this object.SignatureDetection.BuilderSignatureDetection.Builder. geometry(Geometry geometry)Sets the value of the Geometry property for this object.
-