For the complete documentation index, see llms.txt. This page is also available as Markdown.

Built-in entity types

Tonic Textual's built-in models identify a range of sensitive values, such as:

  • Locations and addresses

  • Names of people and organizations

  • Identifiers and account numbers

Available built-in types

The built-in entity types are:

Entity type name
Identifier (for API)
Description

Account Number

ACCOUNT_NUMBER

The identifier assigned to an account.

CC Exp

CC_EXP

The expiration date of a credit card.

Credit Card

CREDIT_CARD

A credit card number.

CVV

CVV

The card verification value for a credit card.

Date Time

DATE_TIME

A date or timestamp.

DOB

DOB

A person's date of birth.

Driver's License Number

DRIVERS_LICENSE_NUMBER

The identifier assigned to a driver's license.

Email Address

EMAIL_ADDRESS

An email address.

Event

EVENT

The name of an event.

Gender Identifier

GENDER_IDENTIFIER

An identifier of a person's gender.

Healthcare Identifier

HEALTHCARE_ID

An identifier associated with healthcare, such as a patient number.

IBAN Code

IBAN_CODE

An international bank account number used to identify an overseas bank account.

IP Address

IP_ADDRESS

An IP address.

Language

LANGUAGE

The name of a spoken language.

Law

LAW

A title of a law.

Location

LOCATION

A value related to a location. Can include any part of a mailing address.

MICR Code

MICR_CODE

A Magnetic Ink Character Recognition code, which is a unique 9-digit code that is printed on checks and that consists of a city code, a bank code, and a branch code.

Occupation

OCCUPATION

A job title or profession.

Street Address

LOCATION_ADDRESS

A street address.

City

LOCATION_CITY

The name of a city.

State

LOCATION_STATE

A state name or abbreviation.

Zip

LOCATION_ZIP

A postal code.

Country

LOCATION_COUNTRY

The name of a country.

Full Mailing Address

LOCATION_COMPLETE_ADDRESS

A full postal address. By default, the entity type handling option for this entity type is Off.

Medical License

MEDICAL_LICENSE

The identifier of a medical license.

Money

MONEY

A monetary value.

Given Name

NAME_GIVEN

A given name or first name.

Family Name

NAME_FAMILY

A family name or surname.

NRP

NRP

A nationality, religion, or political group.

Numeric Identifier

NUMERIC_PII

A numeric value that acts as an identifier.

Numeric Value

NUMERIC_VALUE

A numeric value.

Organization

ORGANIZATION

The name of an organization.

Password

PASSWORD

A password used for authentication.

Person Age

PERSON_AGE

The age of a person.

Phone Number

PHONE_NUMBER

A telephone number.

Product

PRODUCT

The name of a product.

URL

URL

A URL to a web page.

US Bank Number

US_BANK_NUMBER

The account number of a bank in the United States.

US Bank Routing Number

US_ROUTING_TRANSIT_NUMBER

The routing number of a bank in the United States.

US ITIN

US_ITIN

An Individual Taxpayer Identification Number in the United States.

US Passport

US_PASSPORT

A United States passport identifier.

US SSN

US_SSN

A United States Social Security number.

Username

USERNAME

A username for an account.

Vehicle ID

VEHICLE_ID

The identifier assigned to a motor vehicle.

Displaying the list of built-in types

From the Entity Types page, you can display the list of built-in types. The list provides a reference to use to help determine whether you need to create or import additional types.

To display the Entity Types page, in the Textual navigation menu, click the entity types icon.

On the Entity Types page, to display the built-in types, click View built-in types.

The built-in types list displays in a panel on the right side of the page.

Last updated

Was this helpful?