Uses of Class
software.amazon.awssdk.services.textract.model.AnalyzeDocumentRequest
-
Packages that use AnalyzeDocumentRequest Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.software.amazon.awssdk.services.textract.transform -
-
Uses of AnalyzeDocumentRequest in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract with parameters of type AnalyzeDocumentRequest Modifier and Type Method Description default CompletableFuture<AnalyzeDocumentResponse>
TextractAsyncClient. analyzeDocument(AnalyzeDocumentRequest analyzeDocumentRequest)
Analyzes an input document for relationships between detected items.default AnalyzeDocumentResponse
TextractClient. analyzeDocument(AnalyzeDocumentRequest analyzeDocumentRequest)
Analyzes an input document for relationships between detected items. -
Uses of AnalyzeDocumentRequest in software.amazon.awssdk.services.textract.transform
Methods in software.amazon.awssdk.services.textract.transform with parameters of type AnalyzeDocumentRequest Modifier and Type Method Description SdkHttpFullRequest
AnalyzeDocumentRequestMarshaller. marshall(AnalyzeDocumentRequest analyzeDocumentRequest)
-