static BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.builder() |
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.Builder.errorList(Collection<BatchItemError> errorList) |
List of errors that the operation can return.
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.Builder.errorList(Consumer<BatchItemError.Builder>... errorList) |
List of errors that the operation can return.
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.Builder.errorList(BatchItemError... errorList) |
List of errors that the operation can return.
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.Builder.resultList(Collection<BatchDetectTargetedSentimentItemResult> resultList) |
A list of objects containing the results of the operation.
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.Builder.resultList(Consumer<BatchDetectTargetedSentimentItemResult.Builder>... resultList) |
A list of objects containing the results of the operation.
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.Builder.resultList(BatchDetectTargetedSentimentItemResult... resultList) |
A list of objects containing the results of the operation.
|
BatchDetectTargetedSentimentResponse.Builder |
BatchDetectTargetedSentimentResponse.toBuilder() |
|