| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract |
Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.
|
| Modifier and Type | Method and Description |
|---|---|
default GetDocumentAnalysisResponse |
TextractClient.getDocumentAnalysis(Consumer<GetDocumentAnalysisRequest.Builder> getDocumentAnalysisRequest)
Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document.
|
default GetDocumentAnalysisResponse |
TextractClient.getDocumentAnalysis(GetDocumentAnalysisRequest getDocumentAnalysisRequest)
Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDocumentAnalysisResponse> |
TextractAsyncClient.getDocumentAnalysis(Consumer<GetDocumentAnalysisRequest.Builder> getDocumentAnalysisRequest)
Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document.
|
default CompletableFuture<GetDocumentAnalysisResponse> |
TextractAsyncClient.getDocumentAnalysis(GetDocumentAnalysisRequest getDocumentAnalysisRequest)
Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document.
|
Copyright © 2023. All rights reserved.