TransliterateQueryParamProperties interface
Properties
| from |
Specifies the script used by the input text. Look up supported languages using the transliteration scope, to find input scripts available for the selected language. |
| language | Specifies the language of the text to convert from one script to another. Possible languages are listed in the transliteration scope obtained by querying the service for its supported languages. |
| to |
Specifies the output script. Look up supported languages using the transliteration scope, to find output scripts available for the selected combination of input language and input script. |
Property Details
fromScript
Specifies the script used by the input text. Look up supported languages using the transliteration scope, to find input scripts available for the selected language.
fromScript: string
Property Value
string
language
Specifies the language of the text to convert from one script to another. Possible languages are listed in the transliteration scope obtained by querying the service for its supported languages.
language: string
Property Value
string
toScript
Specifies the output script. Look up supported languages using the transliteration scope, to find output scripts available for the selected combination of input language and input script.
toScript: string
Property Value
string