ListEntityRecognizersResponse constructor
ListEntityRecognizersResponse({
- List<
EntityRecognizerProperties> ? entityRecognizerPropertiesList, - String? nextToken,
Implementation
ListEntityRecognizersResponse({
this.entityRecognizerPropertiesList,
this.nextToken,
});