| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchDetectDominantLanguageResponse.Builder |
BatchDetectDominantLanguageResponse.builder() |
BatchDetectDominantLanguageResponse.Builder |
BatchDetectDominantLanguageResponse.Builder.errorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
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.resultList(BatchDetectDominantLanguageItemResult... resultList)
A list of objects containing the results of the operation.
|
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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDetectDominantLanguageResponse.Builder> |
BatchDetectDominantLanguageResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.