Uses of Class
software.amazon.awssdk.services.comprehend.model.DominantLanguageDetectionJobProperties
-
Packages that use DominantLanguageDetectionJobProperties Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DominantLanguageDetectionJobProperties in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DominantLanguageDetectionJobProperties Modifier and Type Method Description DominantLanguageDetectionJobPropertiesDescribeDominantLanguageDetectionJobResponse. dominantLanguageDetectionJobProperties()An object that contains the properties associated with a dominant language detection job.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DominantLanguageDetectionJobProperties Modifier and Type Method Description List<DominantLanguageDetectionJobProperties>ListDominantLanguageDetectionJobsResponse. dominantLanguageDetectionJobPropertiesList()A list containing the properties of each job that is returned.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DominantLanguageDetectionJobProperties Modifier and Type Method Description DescribeDominantLanguageDetectionJobResponse.BuilderDescribeDominantLanguageDetectionJobResponse.Builder. dominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties dominantLanguageDetectionJobProperties)An object that contains the properties associated with a dominant language detection job.ListDominantLanguageDetectionJobsResponse.BuilderListDominantLanguageDetectionJobsResponse.Builder. dominantLanguageDetectionJobPropertiesList(DominantLanguageDetectionJobProperties... dominantLanguageDetectionJobPropertiesList)A list containing the properties of each job that is returned.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type DominantLanguageDetectionJobProperties Modifier and Type Method Description ListDominantLanguageDetectionJobsResponse.BuilderListDominantLanguageDetectionJobsResponse.Builder. dominantLanguageDetectionJobPropertiesList(Collection<DominantLanguageDetectionJobProperties> dominantLanguageDetectionJobPropertiesList)A list containing the properties of each job that is returned.
-