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