Uses of Class
software.amazon.awssdk.services.textract.model.IdentityDocumentField
-
Packages that use IdentityDocumentField Package Description software.amazon.awssdk.services.textract.model -
-
Uses of IdentityDocumentField in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type IdentityDocumentField Modifier and Type Method Description List<IdentityDocumentField>IdentityDocument. identityDocumentFields()The structure used to record information extracted from identity documents.Methods in software.amazon.awssdk.services.textract.model with parameters of type IdentityDocumentField Modifier and Type Method Description IdentityDocument.BuilderIdentityDocument.Builder. identityDocumentFields(IdentityDocumentField... identityDocumentFields)The structure used to record information extracted from identity documents.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type IdentityDocumentField Modifier and Type Method Description IdentityDocument.BuilderIdentityDocument.Builder. identityDocumentFields(Collection<IdentityDocumentField> identityDocumentFields)The structure used to record information extracted from identity documents.
-