public static class BatchDetectLanguageSentimentsResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BatchDetectLanguageSentimentsResult |
build() |
BatchDetectLanguageSentimentsResult.Builder |
copy(BatchDetectLanguageSentimentsResult model) |
BatchDetectLanguageSentimentsResult.Builder |
documents(List<SentimentDocumentResult> documents)
List of succeeded document response.
|
BatchDetectLanguageSentimentsResult.Builder |
errors(List<DocumentError> errors)
List of failed document response.
|
public BatchDetectLanguageSentimentsResult.Builder documents(List<SentimentDocumentResult> documents)
List of succeeded document response.
documents
- the value to setpublic BatchDetectLanguageSentimentsResult.Builder errors(List<DocumentError> errors)
List of failed document response.
errors
- the value to setpublic BatchDetectLanguageSentimentsResult build()
public BatchDetectLanguageSentimentsResult.Builder copy(BatchDetectLanguageSentimentsResult model)
Copyright © 2016–2024. All rights reserved.