Uses of Class
software.amazon.awssdk.services.textract.model.DetectDocumentTextRequest
-
Packages that use DetectDocumentTextRequest 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 DetectDocumentTextRequest in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract with parameters of type DetectDocumentTextRequest Modifier and Type Method Description default CompletableFuture<DetectDocumentTextResponse>TextractAsyncClient. detectDocumentText(DetectDocumentTextRequest detectDocumentTextRequest)Detects text in the input document.default DetectDocumentTextResponseTextractClient. detectDocumentText(DetectDocumentTextRequest detectDocumentTextRequest)Detects text in the input document. -
Uses of DetectDocumentTextRequest in software.amazon.awssdk.services.textract.transform
Methods in software.amazon.awssdk.services.textract.transform with parameters of type DetectDocumentTextRequest Modifier and Type Method Description SdkHttpFullRequestDetectDocumentTextRequestMarshaller. marshall(DetectDocumentTextRequest detectDocumentTextRequest)
-