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