Click or drag to resize

EntityCategoryType Enumeration

Entity item category type. An entity may belong to one or more categories.

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public enum EntityCategoryType
Members
Member nameValueDescription
Other0 Generic entity category type.
Identification1 Sensitive personally identifiable information (PII) (SSN, identification card id, VIN, license plate number, etc.).
Financial2 Financial related sensitive information (e.g., bank accounts, investment accounts, credit card numbers, IBAN, cryptocurrency addresses).
Insurance3 Insurance related entities.
Employment4 Employment related entity (e.g., employee/employer id, employment starting/ending date, employee/employer account number, etc).
PHI5 Protected health information (PHI).
FERPA6 Family Educational Rights and Privacy Act (FERPA) information.
PersonName7 Person name related (person name or person name related form entry fields).
Communication8 Email address related or phone number.
DeviceIdentifier9 Device identifier (IP address, MAC address, or International Mobile Equipment Identity (IMEI and IMEISV) number).
Security10 Security related entity (password, logon ids, sensitive URLs, etc).
URL11 URL related entity.
Investigation12 Investigation related entity (investigation ID, LexusNexus ID, and investigation related entities).
CustomEntity100 User defined custom entity type.
See Also