| 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 |
|---|---|
AnalyzeDocumentResult |
AmazonTextractClient.analyzeDocument(AnalyzeDocumentRequest request)
Analyzes an input document for relationships between detected items.
|
AnalyzeDocumentResult |
AmazonTextract.analyzeDocument(AnalyzeDocumentRequest analyzeDocumentRequest)
Analyzes an input document for relationships between detected items.
|
AnalyzeDocumentResult |
AbstractAmazonTextract.analyzeDocument(AnalyzeDocumentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<AnalyzeDocumentResult> |
AbstractAmazonTextractAsync.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> |
AmazonTextractAsyncClient.analyzeDocumentAsync(AnalyzeDocumentRequest request,
AsyncHandler<AnalyzeDocumentRequest,AnalyzeDocumentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeDocumentResult |
AnalyzeDocumentResult.clone() |
AnalyzeDocumentResult |
AnalyzeDocumentResult.withAnalyzeDocumentModelVersion(String analyzeDocumentModelVersion)
The version of the model used to analyze the document.
|
AnalyzeDocumentResult |
AnalyzeDocumentResult.withBlocks(Block... blocks)
The items that are detected and analyzed by
AnalyzeDocument. |
AnalyzeDocumentResult |
AnalyzeDocumentResult.withBlocks(Collection<Block> blocks)
The items that are detected and analyzed by
AnalyzeDocument. |
AnalyzeDocumentResult |
AnalyzeDocumentResult.withDocumentMetadata(DocumentMetadata documentMetadata)
Metadata about the analyzed document.
|
AnalyzeDocumentResult |
AnalyzeDocumentResult.withHumanLoopActivationOutput(HumanLoopActivationOutput humanLoopActivationOutput)
Shows the results of the human in the loop evaluation.
|
Copyright © 2024. All rights reserved.