Names Entities Recognition
Our platform is able to recognize a fair number of named entities. Once spotted, it is possible to have this entity be redacted, depending on the transcription settings. Note that by default, sensitve entities will be redacted.
In the transcript, you will find the Entity code in place of what was said. The audio file is also redacted with a jazzy music.
If you're looking for the named entities recognition support for our Live API, please check the dedicated documentation.
English entities
Entity code | Description | Sensitive |
---|---|---|
num.x | Misc series of numbers. Used to redact sensitive data (credit card and bank account numbers) | ✓ |
num.date | Date entities, such as "tomorrow", "monday 12th"... | |
loc.gpe | Any adminstrative location: country, city, region… | |
pers.person | Fist or Last name. | |
org.organization | Organization, such as a company name. |
French entities
Entity code | Description | Sensitive |
---|---|---|
num.pdl | EDF delivery point | |
num.cb | Credit card number | ✓ |
num.iban | IBAN bank account number | ✓ |
num.tel | Phone number | |
num.x | Other series of numbers | |
pers.pre | First name | |
pers.nom | Last name | |
pers.pre.epl | Spelled first name | |
pers.nom.epl | Spelled last name | |
pers.mail | E-mail address | |
loc.voie | Street path | |
loc.cp | Zipcode | |
loc.ville | City | |
loc.country | Country | |
loc.autre | Other location element | |
health.organ | Body organ | |
health.disease | Disease |
Table of content