| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorsListItem> |
DetectEntitiesResponse.errors()
Page-level errors that the system detected while processing the input document.
|
List<ErrorsListItem> |
ClassifyDocumentResponse.errors()
Page-level errors that the system detected while processing the input document.
|
| Modifier and Type | Method and Description |
|---|---|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.errors(ErrorsListItem... errors)
Page-level errors that the system detected while processing the input document.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.errors(ErrorsListItem... errors)
Page-level errors that the system detected while processing the input document.
|
| Modifier and Type | Method and Description |
|---|---|
DetectEntitiesResponse.Builder |
DetectEntitiesResponse.Builder.errors(Collection<ErrorsListItem> errors)
Page-level errors that the system detected while processing the input document.
|
ClassifyDocumentResponse.Builder |
ClassifyDocumentResponse.Builder.errors(Collection<ErrorsListItem> errors)
Page-level errors that the system detected while processing the input document.
|
Copyright © 2023. All rights reserved.