Uses of Class
software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionResponse
-
Packages that use GetDocumentTextDetectionResponse Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. -
-
Uses of GetDocumentTextDetectionResponse in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return GetDocumentTextDetectionResponse Modifier and Type Method Description default GetDocumentTextDetectionResponseTextractClient. getDocumentTextDetection(Consumer<GetDocumentTextDetectionRequest.Builder> getDocumentTextDetectionRequest)Gets the results for an Amazon Textract asynchronous operation that detects text in a document.default GetDocumentTextDetectionResponseTextractClient. getDocumentTextDetection(GetDocumentTextDetectionRequest getDocumentTextDetectionRequest)Gets the results for an Amazon Textract asynchronous operation that detects text in a document.Methods in software.amazon.awssdk.services.textract that return types with arguments of type GetDocumentTextDetectionResponse Modifier and Type Method Description default CompletableFuture<GetDocumentTextDetectionResponse>TextractAsyncClient. getDocumentTextDetection(Consumer<GetDocumentTextDetectionRequest.Builder> getDocumentTextDetectionRequest)Gets the results for an Amazon Textract asynchronous operation that detects text in a document.default CompletableFuture<GetDocumentTextDetectionResponse>TextractAsyncClient. getDocumentTextDetection(GetDocumentTextDetectionRequest getDocumentTextDetectionRequest)Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
-