EntityCategoryType Enumeration |
Entity item category type. An entity may belong to one or more categories.
Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalyticsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic enum EntityCategoryType
Members| Member name | Value | Description |
|---|
| Other | 0 |
Generic entity category type.
|
| Identification | 1 |
Sensitive personally identifiable information (PII) (SSN, identification card id, VIN, license plate number, etc.).
|
| Financial | 2 |
Financial related sensitive information (e.g., bank accounts, investment accounts, credit card numbers, IBAN, cryptocurrency addresses).
|
| Insurance | 3 |
Insurance related entities.
|
| Employment | 4 |
Employment related entity (e.g., employee/employer id, employment starting/ending date, employee/employer account number, etc).
|
| PHI | 5 |
Protected health information (PHI).
|
| FERPA | 6 |
Family Educational Rights and Privacy Act (FERPA) information.
|
| PersonName | 7 |
Person name related (person name or person name related form entry fields).
|
| Communication | 8 |
Email address related or phone number.
|
| DeviceIdentifier | 9 |
Device identifier (IP address, MAC address, or International Mobile Equipment Identity (IMEI and IMEISV) number).
|
| Security | 10 |
Security related entity (password, logon ids, sensitive URLs, etc).
|
| URL | 11 |
URL related entity.
|
| Investigation | 12 |
Investigation related entity (investigation ID, LexusNexus ID, and investigation related entities).
|
| CustomEntity | 100 |
User defined custom entity type.
|
See Also