Uses of Class
software.amazon.awssdk.services.textract.model.IdentityDocument
-
Packages that use IdentityDocument Package Description software.amazon.awssdk.services.textract.model -
-
Uses of IdentityDocument in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return IdentityDocument Modifier and Type Method Description IdentityDocumentExtraction. identityDocument()Returns the value of the IdentityDocument property for this object.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type IdentityDocument Modifier and Type Method Description List<IdentityDocument>AnalyzeIdResponse. identityDocuments()The list of documents processed by AnalyzeID.Methods in software.amazon.awssdk.services.textract.model with parameters of type IdentityDocument Modifier and Type Method Description Extraction.BuilderExtraction.Builder. identityDocument(IdentityDocument identityDocument)Sets the value of the IdentityDocument property for this object.AnalyzeIdResponse.BuilderAnalyzeIdResponse.Builder. identityDocuments(IdentityDocument... identityDocuments)The list of documents processed by AnalyzeID.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type IdentityDocument Modifier and Type Method Description AnalyzeIdResponse.BuilderAnalyzeIdResponse.Builder. identityDocuments(Collection<IdentityDocument> identityDocuments)The list of documents processed by AnalyzeID.
-