| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
Warning |
Warning.clone() |
Warning |
Warning.withErrorCode(String errorCode)
The error code for the warning.
|
Warning |
Warning.withPages(Collection<Integer> pages)
A list of the pages that the warning applies to.
|
Warning |
Warning.withPages(Integer... pages)
A list of the pages that the warning applies to.
|
| Modifier and Type | Method and Description |
|---|---|
List<Warning> |
GetLendingAnalysisSummaryResult.getWarnings()
A list of warnings that occurred during the lending analysis operation.
|
List<Warning> |
GetLendingAnalysisResult.getWarnings()
A list of warnings that occurred during the lending analysis operation.
|
List<Warning> |
GetExpenseAnalysisResult.getWarnings()
A list of warnings that occurred during the text-detection operation for the document.
|
List<Warning> |
GetDocumentTextDetectionResult.getWarnings()
A list of warnings that occurred during the text-detection operation for the document.
|
List<Warning> |
GetDocumentAnalysisResult.getWarnings()
A list of warnings that occurred during the document-analysis operation.
|
| Modifier and Type | Method and Description |
|---|---|
GetLendingAnalysisSummaryResult |
GetLendingAnalysisSummaryResult.withWarnings(Warning... warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetLendingAnalysisResult |
GetLendingAnalysisResult.withWarnings(Warning... warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetExpenseAnalysisResult |
GetExpenseAnalysisResult.withWarnings(Warning... warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withWarnings(Warning... warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
GetDocumentAnalysisResult |
GetDocumentAnalysisResult.withWarnings(Warning... warnings)
A list of warnings that occurred during the document-analysis operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLendingAnalysisSummaryResult.setWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
|
void |
GetLendingAnalysisResult.setWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
|
void |
GetExpenseAnalysisResult.setWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
void |
GetDocumentTextDetectionResult.setWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
void |
GetDocumentAnalysisResult.setWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the document-analysis operation.
|
GetLendingAnalysisSummaryResult |
GetLendingAnalysisSummaryResult.withWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetLendingAnalysisResult |
GetLendingAnalysisResult.withWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetExpenseAnalysisResult |
GetExpenseAnalysisResult.withWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
GetDocumentAnalysisResult |
GetDocumentAnalysisResult.withWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the document-analysis operation.
|
Copyright © 2024. All rights reserved.