| Package | Description |
|---|---|
| com.amazonaws.services.textract |
Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.
|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AnalyzeDocumentResult> |
AmazonTextractAsyncClient.analyzeDocumentAsync(AnalyzeDocumentRequest request,
AsyncHandler<AnalyzeDocumentRequest,AnalyzeDocumentResult> asyncHandler) |
Future<AnalyzeDocumentResult> |
AmazonTextractAsync.analyzeDocumentAsync(AnalyzeDocumentRequest analyzeDocumentRequest,
AsyncHandler<AnalyzeDocumentRequest,AnalyzeDocumentResult> asyncHandler)
Analyzes an input document for relationships between detected items.
|
Future<AnalyzeDocumentResult> |
AbstractAmazonTextractAsync.analyzeDocumentAsync(AnalyzeDocumentRequest request,
AsyncHandler<AnalyzeDocumentRequest,AnalyzeDocumentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeDocumentRequest |
AnalyzeDocumentRequest.clone() |
AnalyzeDocumentRequest |
AnalyzeDocumentRequest.withDocument(Document document)
The input document as base64-encoded bytes or an Amazon S3 object.
|
AnalyzeDocumentRequest |
AnalyzeDocumentRequest.withFeatureTypes(Collection<String> featureTypes)
A list of the types of analysis to perform.
|
AnalyzeDocumentRequest |
AnalyzeDocumentRequest.withFeatureTypes(FeatureType... featureTypes)
A list of the types of analysis to perform.
|
AnalyzeDocumentRequest |
AnalyzeDocumentRequest.withFeatureTypes(String... featureTypes)
A list of the types of analysis to perform.
|
AnalyzeDocumentRequest |
AnalyzeDocumentRequest.withHumanLoopConfig(HumanLoopConfig humanLoopConfig)
Sets the configuration for the human in the loop workflow for analyzing documents.
|
Copyright © 2021. All rights reserved.