| 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> |
GetDocumentAnalysisResult.getWarnings()
A list of warnings that occurred during the document analysis operation.
|
List<Warning> |
GetDocumentTextDetectionResult.getWarnings()
A list of warnings that occurred during the document text-detection operation.
|
| Modifier and Type | Method and Description |
|---|---|
GetDocumentAnalysisResult |
GetDocumentAnalysisResult.withWarnings(Warning... warnings)
A list of warnings that occurred during the document analysis operation.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withWarnings(Warning... warnings)
A list of warnings that occurred during the document text-detection operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDocumentAnalysisResult.setWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the document analysis operation.
|
void |
GetDocumentTextDetectionResult.setWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the document text-detection operation.
|
GetDocumentAnalysisResult |
GetDocumentAnalysisResult.withWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the document analysis operation.
|
GetDocumentTextDetectionResult |
GetDocumentTextDetectionResult.withWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the document text-detection operation.
|
Copyright © 2019. All rights reserved.