View source: R/comprehend_operations.R
comprehend_list_entity_recognizers | R Documentation |
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in training. Allows you to filter the list of recognizers based on criteria such as status and submission time. This call returns up to 500 entity recognizers in the list, with a default number of 100 recognizers in the list.
See https://www.paws-r-sdk.com/docs/comprehend_list_entity_recognizers/ for full documentation.
comprehend_list_entity_recognizers(
Filter = NULL,
NextToken = NULL,
MaxResults = NULL
)
Filter |
Filters the list of entities returned. You can filter on |
NextToken |
Identifies the next page of results to return. |
MaxResults |
The maximum number of results to return on each page. The default is 100. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.