Uses of Class
software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionRequest
-
Packages that use StartDocumentTextDetectionRequest 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 StartDocumentTextDetectionRequest in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract with parameters of type StartDocumentTextDetectionRequest Modifier and Type Method Description default CompletableFuture<StartDocumentTextDetectionResponse>TextractAsyncClient. startDocumentTextDetection(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest)Starts the asynchronous detection of text in a document.default StartDocumentTextDetectionResponseTextractClient. startDocumentTextDetection(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest)Starts the asynchronous detection of text in a document. -
Uses of StartDocumentTextDetectionRequest in software.amazon.awssdk.services.textract.transform
Methods in software.amazon.awssdk.services.textract.transform with parameters of type StartDocumentTextDetectionRequest Modifier and Type Method Description SdkHttpFullRequestStartDocumentTextDetectionRequestMarshaller. marshall(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest)
-