static BatchDetectDominantLanguageResponse.Builder |
BatchDetectDominantLanguageResponse.builder() |
|
BatchDetectDominantLanguageResponse.Builder |
BatchDetectDominantLanguageResponse.Builder.errorList(Collection<BatchItemError> errorList) |
A list containing one object for each document that contained an error.
|
BatchDetectDominantLanguageResponse.Builder |
BatchDetectDominantLanguageResponse.Builder.errorList(Consumer<BatchItemError.Builder>... errorList) |
A list containing one object for each document that contained an error.
|
BatchDetectDominantLanguageResponse.Builder |
BatchDetectDominantLanguageResponse.Builder.errorList(BatchItemError... errorList) |
A list containing one object for each document that contained an error.
|
BatchDetectDominantLanguageResponse.Builder |
BatchDetectDominantLanguageResponse.Builder.resultList(Collection<BatchDetectDominantLanguageItemResult> resultList) |
A list of objects containing the results of the operation.
|
BatchDetectDominantLanguageResponse.Builder |
BatchDetectDominantLanguageResponse.Builder.resultList(Consumer<BatchDetectDominantLanguageItemResult.Builder>... resultList) |
A list of objects containing the results of the operation.
|
BatchDetectDominantLanguageResponse.Builder |
BatchDetectDominantLanguageResponse.Builder.resultList(BatchDetectDominantLanguageItemResult... resultList) |
A list of objects containing the results of the operation.
|
BatchDetectDominantLanguageResponse.Builder |
BatchDetectDominantLanguageResponse.toBuilder() |
|