Uses of Class
software.amazon.awssdk.services.textract.model.DetectDocumentTextResponse
-
Packages that use DetectDocumentTextResponse Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. -
-
Uses of DetectDocumentTextResponse in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return DetectDocumentTextResponse Modifier and Type Method Description default DetectDocumentTextResponseTextractClient. detectDocumentText(Consumer<DetectDocumentTextRequest.Builder> detectDocumentTextRequest)Detects text in the input document.default DetectDocumentTextResponseTextractClient. detectDocumentText(DetectDocumentTextRequest detectDocumentTextRequest)Detects text in the input document.Methods in software.amazon.awssdk.services.textract that return types with arguments of type DetectDocumentTextResponse Modifier and Type Method Description default CompletableFuture<DetectDocumentTextResponse>TextractAsyncClient. detectDocumentText(Consumer<DetectDocumentTextRequest.Builder> detectDocumentTextRequest)Detects text in the input document.default CompletableFuture<DetectDocumentTextResponse>TextractAsyncClient. detectDocumentText(DetectDocumentTextRequest detectDocumentTextRequest)Detects text in the input document.
-