ListKeyPhrasesDetectionJobsResponse constructor

ListKeyPhrasesDetectionJobsResponse({
  1. List<KeyPhrasesDetectionJobProperties>? keyPhrasesDetectionJobPropertiesList,
  2. String? nextToken,
})

Implementation

ListKeyPhrasesDetectionJobsResponse({
  this.keyPhrasesDetectionJobPropertiesList,
  this.nextToken,
});