Uses of Class
software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionResponse
-
Packages that use StartDocumentTextDetectionResponse Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. -
-
Uses of StartDocumentTextDetectionResponse in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return StartDocumentTextDetectionResponse Modifier and Type Method Description default StartDocumentTextDetectionResponseTextractClient. startDocumentTextDetection(Consumer<StartDocumentTextDetectionRequest.Builder> startDocumentTextDetectionRequest)Starts the asynchronous detection of text in a document.default StartDocumentTextDetectionResponseTextractClient. startDocumentTextDetection(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest)Starts the asynchronous detection of text in a document.Methods in software.amazon.awssdk.services.textract that return types with arguments of type StartDocumentTextDetectionResponse Modifier and Type Method Description default CompletableFuture<StartDocumentTextDetectionResponse>TextractAsyncClient. startDocumentTextDetection(Consumer<StartDocumentTextDetectionRequest.Builder> startDocumentTextDetectionRequest)Starts the asynchronous detection of text in a document.default CompletableFuture<StartDocumentTextDetectionResponse>TextractAsyncClient. startDocumentTextDetection(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest)Starts the asynchronous detection of text in a document.
-