Uses of Class
software.amazon.awssdk.services.textract.model.GetDocumentAnalysisResponse
-
Packages that use GetDocumentAnalysisResponse Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. -
-
Uses of GetDocumentAnalysisResponse in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return GetDocumentAnalysisResponse Modifier and Type Method Description default GetDocumentAnalysisResponseTextractClient. getDocumentAnalysis(Consumer<GetDocumentAnalysisRequest.Builder> getDocumentAnalysisRequest)Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document.default GetDocumentAnalysisResponseTextractClient. getDocumentAnalysis(GetDocumentAnalysisRequest getDocumentAnalysisRequest)Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document.Methods in software.amazon.awssdk.services.textract that return types with arguments of type GetDocumentAnalysisResponse Modifier and Type Method Description default CompletableFuture<GetDocumentAnalysisResponse>TextractAsyncClient. getDocumentAnalysis(Consumer<GetDocumentAnalysisRequest.Builder> getDocumentAnalysisRequest)Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document.default CompletableFuture<GetDocumentAnalysisResponse>TextractAsyncClient. getDocumentAnalysis(GetDocumentAnalysisRequest getDocumentAnalysisRequest)Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document.
-