| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
WarningsListItem |
WarningsListItem.clone() |
WarningsListItem |
WarningsListItem.withPage(Integer page)
Page number in the input document.
|
WarningsListItem |
WarningsListItem.withWarnCode(PageBasedWarningCode warnCode)
The type of warning.
|
WarningsListItem |
WarningsListItem.withWarnCode(String warnCode)
The type of warning.
|
WarningsListItem |
WarningsListItem.withWarnMessage(String warnMessage)
Text message associated with the warning.
|
| Modifier and Type | Method and Description |
|---|---|
List<WarningsListItem> |
ClassifyDocumentResult.getWarnings()
Warnings detected while processing the input document.
|
| Modifier and Type | Method and Description |
|---|---|
ClassifyDocumentResult |
ClassifyDocumentResult.withWarnings(WarningsListItem... warnings)
Warnings detected while processing the input document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassifyDocumentResult.setWarnings(Collection<WarningsListItem> warnings)
Warnings detected while processing the input document.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withWarnings(Collection<WarningsListItem> warnings)
Warnings detected while processing the input document.
|
Copyright © 2024. All rights reserved.