ListEntityRecognizersResponse constructor

ListEntityRecognizersResponse({
  1. List<EntityRecognizerProperties>? entityRecognizerPropertiesList,
  2. String? nextToken,
})

Implementation

ListEntityRecognizersResponse({
  this.entityRecognizerPropertiesList,
  this.nextToken,
});