| 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.
|
default GetDocumentTextDetectionResponse |
TextractClient.getDocumentTextDetection(Consumer<GetDocumentTextDetectionRequest.Builder> getDocumentTextDetectionRequest)
Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
|
default GetDocumentTextDetectionResponse |
TextractClient.getDocumentTextDetection(GetDocumentTextDetectionRequest getDocumentTextDetectionRequest)
Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
|
default GetExpenseAnalysisResponse |
TextractClient.getExpenseAnalysis(Consumer<GetExpenseAnalysisRequest.Builder> getExpenseAnalysisRequest)
Gets the results for an Amazon Textract asynchronous operation that analyzes invoices and receipts.
|
default GetExpenseAnalysisResponse |
TextractClient.getExpenseAnalysis(GetExpenseAnalysisRequest getExpenseAnalysisRequest)
Gets the results for an Amazon Textract asynchronous operation that analyzes invoices and receipts.
|
default StartDocumentAnalysisResponse |
TextractClient.startDocumentAnalysis(Consumer<StartDocumentAnalysisRequest.Builder> startDocumentAnalysisRequest)
Starts the asynchronous analysis of an input document for relationships between detected items such as key-value
pairs, tables, and selection elements.
|
default StartDocumentAnalysisResponse |
TextractClient.startDocumentAnalysis(StartDocumentAnalysisRequest startDocumentAnalysisRequest)
Starts the asynchronous analysis of an input document for relationships between detected items such as key-value
pairs, tables, and selection elements.
|
default StartDocumentTextDetectionResponse |
TextractClient.startDocumentTextDetection(Consumer<StartDocumentTextDetectionRequest.Builder> startDocumentTextDetectionRequest)
Starts the asynchronous detection of text in a document.
|
default StartDocumentTextDetectionResponse |
TextractClient.startDocumentTextDetection(StartDocumentTextDetectionRequest startDocumentTextDetectionRequest)
Starts the asynchronous detection of text in a document.
|
default StartExpenseAnalysisResponse |
TextractClient.startExpenseAnalysis(Consumer<StartExpenseAnalysisRequest.Builder> startExpenseAnalysisRequest)
Starts the asynchronous analysis of invoices or receipts for data like contact information, items purchased, and
vendor names.
|
default StartExpenseAnalysisResponse |
TextractClient.startExpenseAnalysis(StartExpenseAnalysisRequest startExpenseAnalysisRequest)
Starts the asynchronous analysis of invoices or receipts for data like contact information, items purchased, and
vendor names.
|
Copyright © 2022. All rights reserved.