Uses of Class
software.amazon.awssdk.services.textract.model.StartDocumentAnalysisRequest
-
Packages that use StartDocumentAnalysisRequest 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 StartDocumentAnalysisRequest in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract with parameters of type StartDocumentAnalysisRequest Modifier and Type Method Description 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.default StartDocumentAnalysisResponseTextractClient. 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. -
Uses of StartDocumentAnalysisRequest in software.amazon.awssdk.services.textract.transform
Methods in software.amazon.awssdk.services.textract.transform with parameters of type StartDocumentAnalysisRequest Modifier and Type Method Description SdkHttpFullRequestStartDocumentAnalysisRequestMarshaller. marshall(StartDocumentAnalysisRequest startDocumentAnalysisRequest)
-