Uses of Class
software.amazon.awssdk.services.textract.model.StartDocumentAnalysisResponse
-
Packages that use StartDocumentAnalysisResponse Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. -
-
Uses of StartDocumentAnalysisResponse in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return StartDocumentAnalysisResponse Modifier and Type Method Description default StartDocumentAnalysisResponse
TextractClient. startDocumentAnalysis(Consumer<StartDocumentAnalysisRequest.Builder> startDocumentAnalysisRequest)
Starts the asynchronous analysis of an input document for relationships between detected items such as key-value pairs, tables, and selection elements.default StartDocumentAnalysisResponse
TextractClient. startDocumentAnalysis(StartDocumentAnalysisRequest startDocumentAnalysisRequest)
Starts the asynchronous analysis of an input document for relationships between detected items such as key-value pairs, tables, and selection elements.Methods in software.amazon.awssdk.services.textract that return types with arguments of type StartDocumentAnalysisResponse Modifier and Type Method Description default CompletableFuture<StartDocumentAnalysisResponse>
TextractAsyncClient. startDocumentAnalysis(Consumer<StartDocumentAnalysisRequest.Builder> startDocumentAnalysisRequest)
Starts the asynchronous analysis of an input document for relationships between detected items such as key-value pairs, tables, and selection elements.default CompletableFuture<StartDocumentAnalysisResponse>
TextractAsyncClient. startDocumentAnalysis(StartDocumentAnalysisRequest startDocumentAnalysisRequest)
Starts the asynchronous analysis of an input document for relationships between detected items such as key-value pairs, tables, and selection elements.
-