Uses of Class
software.amazon.awssdk.services.textract.model.Document
-
Packages that use Document Package Description software.amazon.awssdk.services.textract.model -
-
Uses of Document in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return Document Modifier and Type Method Description DocumentAnalyzeDocumentRequest. document()The input document as base64-encoded bytes or an Amazon S3 object.DocumentAnalyzeExpenseRequest. document()Returns the value of the Document property for this object.DocumentDetectDocumentTextRequest. document()The input document as base64-encoded bytes or an Amazon S3 object.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type Document Modifier and Type Method Description List<Document>AnalyzeIdRequest. documentPages()The document being passed to AnalyzeID.Methods in software.amazon.awssdk.services.textract.model with parameters of type Document Modifier and Type Method Description AnalyzeDocumentRequest.BuilderAnalyzeDocumentRequest.Builder. document(Document document)The input document as base64-encoded bytes or an Amazon S3 object.AnalyzeExpenseRequest.BuilderAnalyzeExpenseRequest.Builder. document(Document document)Sets the value of the Document property for this object.DetectDocumentTextRequest.BuilderDetectDocumentTextRequest.Builder. document(Document document)The input document as base64-encoded bytes or an Amazon S3 object.AnalyzeIdRequest.BuilderAnalyzeIdRequest.Builder. documentPages(Document... documentPages)The document being passed to AnalyzeID.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type Document Modifier and Type Method Description AnalyzeIdRequest.BuilderAnalyzeIdRequest.Builder. documentPages(Collection<Document> documentPages)The document being passed to AnalyzeID.
-