| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
List<BatchItemError> |
BatchDetectSentimentResponse.errorList()
A list containing one object for each document that contained an error.
|
List<BatchItemError> |
BatchDetectTargetedSentimentResponse.errorList()
List of errors that the operation can return.
|
List<BatchItemError> |
BatchDetectDominantLanguageResponse.errorList()
A list containing one object for each document that contained an error.
|
List<BatchItemError> |
BatchDetectEntitiesResponse.errorList()
A list containing one object for each document that contained an error.
|
List<BatchItemError> |
BatchDetectSyntaxResponse.errorList()
A list containing one object for each document that contained an error.
|
List<BatchItemError> |
BatchDetectKeyPhrasesResponse.errorList()
A list containing one object for each document that contained an error.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSentimentResponse.Builder |
BatchDetectSentimentResponse.Builder.errorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.Builder.errorList(BatchItemError... errorList)
List of errors that the operation can return.
|
BatchDetectDominantLanguageResponse.Builder |
BatchDetectDominantLanguageResponse.Builder.errorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.Builder.errorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectSyntaxResponse.Builder |
BatchDetectSyntaxResponse.Builder.errorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectKeyPhrasesResponse.Builder |
BatchDetectKeyPhrasesResponse.Builder.errorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSentimentResponse.Builder |
BatchDetectSentimentResponse.Builder.errorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.Builder.errorList(Collection<BatchItemError> errorList)
List of errors that the operation can return.
|
BatchDetectDominantLanguageResponse.Builder |
BatchDetectDominantLanguageResponse.Builder.errorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.Builder.errorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectSyntaxResponse.Builder |
BatchDetectSyntaxResponse.Builder.errorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectKeyPhrasesResponse.Builder |
BatchDetectKeyPhrasesResponse.Builder.errorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
Copyright © 2023. All rights reserved.