Uses of Class
software.amazon.awssdk.services.textract.model.UndetectedSignature
-
Packages that use UndetectedSignature Package Description software.amazon.awssdk.services.textract.model -
-
Uses of UndetectedSignature in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type UndetectedSignature Modifier and Type Method Description List<UndetectedSignature>DocumentGroup. undetectedSignatures()A list of any expected signatures not found in a document group.Methods in software.amazon.awssdk.services.textract.model with parameters of type UndetectedSignature Modifier and Type Method Description DocumentGroup.BuilderDocumentGroup.Builder. undetectedSignatures(UndetectedSignature... undetectedSignatures)A list of any expected signatures not found in a document group.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type UndetectedSignature Modifier and Type Method Description DocumentGroup.BuilderDocumentGroup.Builder. undetectedSignatures(Collection<UndetectedSignature> undetectedSignatures)A list of any expected signatures not found in a document group.
-