Entity types that Textual detects
Tonic Textual comes with built-in models to identify a range of sensitive values, such as:
Locations and addresses
Names of people and organizations
Identifiers and account numbers
The built-in entity types are:
Entity type name | Identifier (for API) | Description |
---|---|---|
CC Exp |
| The expiration date of a credit card. |
Credit Card |
| A credit card number. |
CVV |
| The card verification value for a credit card. |
Date Time |
| A date or timestamp. |
DOB |
| A person's date of birth. |
Email Address |
| An email address. |
Event |
| The name of an event. |
Gender Identifier |
| An identifier of a person's gender. |
Healthcare Identifier |
| Identifier associated with healthcare, such as a patient number. |
IBAN Code |
| An international bank account number used to identify an overseas bank account. |
IP Address |
| An IP address. |
Language |
| The name of a spoken language. |
Law |
| A title of a law. |
Location |
| A value related to a location. Can include any part of a mailing address. |
Occupation |
| A job title or profession. |
Street Address |
| A street address. |
City |
| The name of a city. |
State |
| A state name or abbreviation. |
Zip |
| A postal code. |
Medical License |
| The identifier of a medical license. |
Money |
| A monetary value. |
Given Name |
| A given name or first name. |
Family Name |
| A family name or surname. |
NRP |
| A nationality, religion, or political group. |
Numeric Value |
| A numeric value. |
Organization |
| The name of an organization. |
Password |
| A password associated with an account. |
Person Age |
| The age of a person. |
Phone Number |
| A telephone number. |
Product |
| The name of a product. |
Project Name |
| The name of a project. |
URL |
| A URL to a web page. |
US Bank Number |
| The routing number of a bank in the United States. |
US ITIN |
| An Individual Taxpayer Identification Number in the United States. |
US Passport |
| A United States passport identifier. |
US SSN |
| A United States Social Security number. |
Username |
| A username associated with an account. |
Last updated