| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
BatchItemError |
BatchItemError.clone() |
BatchItemError |
BatchItemError.withErrorCode(String errorCode)
The numeric error code of the error.
|
BatchItemError |
BatchItemError.withErrorMessage(String errorMessage)
A text description of the error.
|
BatchItemError |
BatchItemError.withIndex(Integer index)
The zero-based index of the document in the input list.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchItemError> |
BatchDetectTargetedSentimentResult.getErrorList()
List of errors that the operation can return.
|
List<BatchItemError> |
BatchDetectSyntaxResult.getErrorList()
A list containing one object for each document that contained an error.
|
List<BatchItemError> |
BatchDetectSentimentResult.getErrorList()
A list containing one object for each document that contained an error.
|
List<BatchItemError> |
BatchDetectKeyPhrasesResult.getErrorList()
A list containing one object for each document that contained an error.
|
List<BatchItemError> |
BatchDetectEntitiesResult.getErrorList()
A list containing one object for each document that contained an error.
|
List<BatchItemError> |
BatchDetectDominantLanguageResult.getErrorList()
A list containing one object for each document that contained an error.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectTargetedSentimentResult |
BatchDetectTargetedSentimentResult.withErrorList(BatchItemError... errorList)
List of errors that the operation can return.
|
BatchDetectSyntaxResult |
BatchDetectSyntaxResult.withErrorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectSentimentResult |
BatchDetectSentimentResult.withErrorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectKeyPhrasesResult |
BatchDetectKeyPhrasesResult.withErrorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectEntitiesResult |
BatchDetectEntitiesResult.withErrorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectDominantLanguageResult |
BatchDetectDominantLanguageResult.withErrorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDetectTargetedSentimentResult.setErrorList(Collection<BatchItemError> errorList)
List of errors that the operation can return.
|
void |
BatchDetectSyntaxResult.setErrorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
void |
BatchDetectSentimentResult.setErrorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
void |
BatchDetectKeyPhrasesResult.setErrorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
void |
BatchDetectEntitiesResult.setErrorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
void |
BatchDetectDominantLanguageResult.setErrorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectTargetedSentimentResult |
BatchDetectTargetedSentimentResult.withErrorList(Collection<BatchItemError> errorList)
List of errors that the operation can return.
|
BatchDetectSyntaxResult |
BatchDetectSyntaxResult.withErrorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectSentimentResult |
BatchDetectSentimentResult.withErrorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectKeyPhrasesResult |
BatchDetectKeyPhrasesResult.withErrorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectEntitiesResult |
BatchDetectEntitiesResult.withErrorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectDominantLanguageResult |
BatchDetectDominantLanguageResult.withErrorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
Copyright © 2023. All rights reserved.