Uses of Class
software.amazon.awssdk.services.textract.model.SignatureDetection
-
Packages that use SignatureDetection Package Description software.amazon.awssdk.services.textract.model -
-
Uses of SignatureDetection in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type SignatureDetection Modifier and Type Method Description List<SignatureDetection>LendingDocument. signatureDetections()A list of signatures detected in a lending document.Methods in software.amazon.awssdk.services.textract.model with parameters of type SignatureDetection Modifier and Type Method Description LendingDocument.BuilderLendingDocument.Builder. signatureDetections(SignatureDetection... signatureDetections)A list of signatures detected in a lending document.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type SignatureDetection Modifier and Type Method Description LendingDocument.BuilderLendingDocument.Builder. signatureDetections(Collection<SignatureDetection> signatureDetections)A list of signatures detected in a lending document.
-