ListKeyPhrasesDetectionJobsResponse constructor
ListKeyPhrasesDetectionJobsResponse({
- List<
KeyPhrasesDetectionJobProperties> ? keyPhrasesDetectionJobPropertiesList, - String? nextToken,
Implementation
ListKeyPhrasesDetectionJobsResponse({
this.keyPhrasesDetectionJobPropertiesList,
this.nextToken,
});