Uses of Class
software.amazon.awssdk.services.textract.model.GetDocumentTextDetectionRequest
-
Packages that use GetDocumentTextDetectionRequest 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 GetDocumentTextDetectionRequest in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract with parameters of type GetDocumentTextDetectionRequest Modifier and Type Method Description default CompletableFuture<GetDocumentTextDetectionResponse>TextractAsyncClient. getDocumentTextDetection(GetDocumentTextDetectionRequest 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. -
Uses of GetDocumentTextDetectionRequest in software.amazon.awssdk.services.textract.transform
Methods in software.amazon.awssdk.services.textract.transform with parameters of type GetDocumentTextDetectionRequest Modifier and Type Method Description SdkHttpFullRequestGetDocumentTextDetectionRequestMarshaller. marshall(GetDocumentTextDetectionRequest getDocumentTextDetectionRequest)
-