The Name Translation REST endpoint is: https://api.rosette.com/rest/v1/name-translation
The name translation endpoint transliterates the name of an entity (Person, Location, or Organization) from English to another language, or to English from another language.
When you are converting from English to another language, the endpoint is optimized to convert the English version of a person’s name back to the native language of that name. For example, you can translate Vladimir Nabokov into Russian (rus
) and the endpoint returns "translation": "Владимир Набоков"
.
Confidence: Rosette returns a confidence score with each entity result, ranging from 0 to 1. It is a measurement that you can use as a threshold for filtering out undesired results.
If you'd like to try out Rosette's name translation capabilities, sign up for a free trial of Rosette and use the /name-translation
endpoint.
The Name Translation REST endpoint is:
https://api.rosette.com/rest/v1/name-translation
More Info: