Class TransliterationLanguage
java.lang.Object
com.azure.ai.translation.text.models.TransliterationLanguage
The value of the transliteration property is a dictionary of (key, value) pairs. Each key is a BCP 47 language tag. A
key identifies a language for which text can be converted from one script to another script.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get the name property: Display name of the language in the locale requested via Accept-Language header.Get the nativeName property: Display name of the language in the locale native for this language.Get the scripts property: List of scripts to convert from.
-
Method Details
-
getName
Get the name property: Display name of the language in the locale requested via Accept-Language header.- Returns:
- the name value.
-
getNativeName
Get the nativeName property: Display name of the language in the locale native for this language.- Returns:
- the nativeName value.
-
getScripts
Get the scripts property: List of scripts to convert from.- Returns:
- the scripts value.
-