| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorsListItem |
ErrorsListItem.clone() |
ErrorsListItem |
ErrorsListItem.withErrorCode(PageBasedErrorCode errorCode)
Error code for the cause of the error.
|
ErrorsListItem |
ErrorsListItem.withErrorCode(String errorCode)
Error code for the cause of the error.
|
ErrorsListItem |
ErrorsListItem.withErrorMessage(String errorMessage)
Text message explaining the reason for the error.
|
ErrorsListItem |
ErrorsListItem.withPage(Integer page)
Page number where the error occurred.
|
| Modifier and Type | Method and Description |
|---|---|
List<ErrorsListItem> |
ClassifyDocumentResult.getErrors()
Page-level errors that the system detected while processing the input document.
|
List<ErrorsListItem> |
DetectEntitiesResult.getErrors()
Page-level errors that the system detected while processing the input document.
|
| Modifier and Type | Method and Description |
|---|---|
ClassifyDocumentResult |
ClassifyDocumentResult.withErrors(ErrorsListItem... errors)
Page-level errors that the system detected while processing the input document.
|
DetectEntitiesResult |
DetectEntitiesResult.withErrors(ErrorsListItem... errors)
Page-level errors that the system detected while processing the input document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassifyDocumentResult.setErrors(Collection<ErrorsListItem> errors)
Page-level errors that the system detected while processing the input document.
|
void |
DetectEntitiesResult.setErrors(Collection<ErrorsListItem> errors)
Page-level errors that the system detected while processing the input document.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withErrors(Collection<ErrorsListItem> errors)
Page-level errors that the system detected while processing the input document.
|
DetectEntitiesResult |
DetectEntitiesResult.withErrors(Collection<ErrorsListItem> errors)
Page-level errors that the system detected while processing the input document.
|
Copyright © 2023. All rights reserved.