Analyzer

Get supported entities

Get the list of PII entities Presidio-Analyzer is capable of detecting

get/supportedentities

Query parameters

languagestring
Example:en

Two characters for the desired language in ISO_639-1 format

Response

OK

EntityTypes[] required

A list of supported entities

Example response

[
  "PERSON"
]

Changes