Skip to main content

domain

The Domain refers to the universe in which you use the Transliteration API. Example- Health Care, Insurance, Legal, etc. Refer to Supporting Domain to see the available domains. For Example:

cnt_lang

The language of the words in the input text. Example -“data”: “Singh Sahab aap Kahan the.” In the example above, the Hindi language words are written in the English language script (Roman Script). So cnt_lang = “hi” This is an optional parameter. If no value is provided, by default the value is the same as src_lang. For Example:

isBulk

Specify whether the API should initially search in the Exception DB to transliterate the input text. Note: By default, the isBulk= true and will not search in the Exception DB. For Example:

noOfSuggestions

Mention the number of transliteration suggestions the API should return for the input text. Note: By default, the noOfSuggestions = 1, means the API will return only one transliteration suggestion for the input string. For Example:
Response

abbreviate

The abbreviate will Validate whether any Abbreviations/ Acronyms are passed in the input text and will transliterate it accurately. Note - By default, the abbreviate = true. Note - if the value is false, the API will consider the abbreviation as a word and transliterate it to the nearest available word. Note - In the input text, pass the abbreviations in upper case. For Example:

convertNumber

Specify whether to convert the numbers in the input text to the target language script based on the value type.
  • Three types of values for this parameter:
    • local: This value can convert the input number to the target language script.
      Example:
    • words: This value can convert numbers into words with respect to the target language.
      Example:
    • roman: This value can convert Roman numbers to English numbers.
      Example:
      • If the user types sector V in English, the transliteration would be सेक्टर 5 in Hindi.
      • Block II will be transliterated as ब्लॉक 2.
For Example:
Response

ignoreTaggedEntities

Specify whether you want to retain the entities like email ID and URL in the input script. Note: By default, the ignoreTaggedEntities = true and will transliterate the email ID and URL into the target language script. For Example:
Response

convertOrdinal

This is used for transliterating ordinal values to English numbers. Note - Default value = False For Example:
Response

abbreviationWithoutDot

This is used to produce the abbreviation output without a dot. Note - Default value = False For Example:
Response