Class GetLanguagesResult
java.lang.Object
com.azure.ai.translation.text.models.GetLanguagesResult
Response for the languages API.
-
Method Summary
Modifier and TypeMethodDescriptionGet the dictionary property: Languages that support dictionary API.Get the translation property: Languages that support translate API.Get the transliteration property: Languages that support transliteration API.
-
Method Details
-
getTranslation
Get the translation property: Languages that support translate API.- Returns:
- the translation value.
-
getTransliteration
Get the transliteration property: Languages that support transliteration API.- Returns:
- the transliteration value.
-
getDictionary
Get the dictionary property: Languages that support dictionary API.- Returns:
- the dictionary value.
-