Model key: name

Response example
{
  "mode": "NORMAL",
  "matches": ["Albus Dumbledore"],
  "components": [
    {
      "first": "Albus",
      "last": "Dumbledore"
    }
  ],
  "found": true
}

Components

If you only want to hide last names you can cdisable the first component. If you only want to hide first names you can disable the last component.

KeyDescription
firstThe first name of the person.
middleThe middle name of the person.
lastThe last name of the person.

Examples

ValueComponentsMatches
My name is Albus Percival Dumbledore['first', 'middle', 'last']Albus Percival Dumbledore
My name is Albus Percival Dumbledore['middle', 'last']Percival Dumbledore
My name is Albus Percival Dumbledore['last']Dumbledore

Languages

This model works in the following languages:

  • English
  • Spanish
  • French
  • German
  • Italian
  • Portuguese
  • Arabic
  • Hindi
  • Japanese
  • Korean
  • Chinese

The model might work on other launguages we haven't tested. Feel free to try it on launguages that are not listed above and provide us with feedback.

Limitations

This model does not have any API limitations.

Was this page helpful?