ListDominantLanguageDetectionJobsResponse constructor
ListDominantLanguageDetectionJobsResponse({
- List<
DominantLanguageDetectionJobProperties> ? dominantLanguageDetectionJobPropertiesList, - String? nextToken,
Implementation
ListDominantLanguageDetectionJobsResponse({
this.dominantLanguageDetectionJobPropertiesList,
this.nextToken,
});