Uses of Class
software.amazon.awssdk.services.comprehend.model.BatchDetectDominantLanguageItemResult
-
Packages that use BatchDetectDominantLanguageItemResult Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of BatchDetectDominantLanguageItemResult in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type BatchDetectDominantLanguageItemResult Modifier and Type Method Description List<BatchDetectDominantLanguageItemResult>BatchDetectDominantLanguageResponse. resultList()A list of objects containing the results of the operation.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type BatchDetectDominantLanguageItemResult Modifier and Type Method Description BatchDetectDominantLanguageResponse.BuilderBatchDetectDominantLanguageResponse.Builder. resultList(BatchDetectDominantLanguageItemResult... resultList)A list of objects containing the results of the operation.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type BatchDetectDominantLanguageItemResult Modifier and Type Method Description BatchDetectDominantLanguageResponse.BuilderBatchDetectDominantLanguageResponse.Builder. resultList(Collection<BatchDetectDominantLanguageItemResult> resultList)A list of objects containing the results of the operation.
-