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