| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
List<Warning> |
GetLendingAnalysisSummaryResponse.warnings()
A list of warnings that occurred during the lending analysis operation.
|
List<Warning> |
GetDocumentTextDetectionResponse.warnings()
A list of warnings that occurred during the text-detection operation for the document.
|
List<Warning> |
GetLendingAnalysisResponse.warnings()
A list of warnings that occurred during the lending analysis operation.
|
List<Warning> |
GetDocumentAnalysisResponse.warnings()
A list of warnings that occurred during the document-analysis operation.
|
List<Warning> |
GetExpenseAnalysisResponse.warnings()
A list of warnings that occurred during the text-detection operation for the document.
|
| Modifier and Type | Method and Description |
|---|---|
GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.Builder.warnings(Warning... warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.warnings(Warning... warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.warnings(Warning... warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetDocumentAnalysisResponse.Builder |
GetDocumentAnalysisResponse.Builder.warnings(Warning... warnings)
A list of warnings that occurred during the document-analysis operation.
|
GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.warnings(Warning... warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
| Modifier and Type | Method and Description |
|---|---|
GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.Builder.warnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetDocumentTextDetectionResponse.Builder |
GetDocumentTextDetectionResponse.Builder.warnings(Collection<Warning> warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.warnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetDocumentAnalysisResponse.Builder |
GetDocumentAnalysisResponse.Builder.warnings(Collection<Warning> warnings)
A list of warnings that occurred during the document-analysis operation.
|
GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.warnings(Collection<Warning> warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
Copyright © 2023. All rights reserved.