Uses of Class
software.amazon.awssdk.services.textract.model.GetDocumentAnalysisRequest
-
Packages that use GetDocumentAnalysisRequest 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 GetDocumentAnalysisRequest in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract with parameters of type GetDocumentAnalysisRequest Modifier and Type Method Description default CompletableFuture<GetDocumentAnalysisResponse>TextractAsyncClient. getDocumentAnalysis(GetDocumentAnalysisRequest 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. -
Uses of GetDocumentAnalysisRequest in software.amazon.awssdk.services.textract.transform
Methods in software.amazon.awssdk.services.textract.transform with parameters of type GetDocumentAnalysisRequest Modifier and Type Method Description SdkHttpFullRequestGetDocumentAnalysisRequestMarshaller. marshall(GetDocumentAnalysisRequest getDocumentAnalysisRequest)
-