ListDominantLanguageDetectionJobsResponse constructor

ListDominantLanguageDetectionJobsResponse({
  1. List<DominantLanguageDetectionJobProperties>? dominantLanguageDetectionJobPropertiesList,
  2. String? nextToken,
})

Implementation

ListDominantLanguageDetectionJobsResponse({
  this.dominantLanguageDetectionJobPropertiesList,
  this.nextToken,
});