Class GetLanguagesResult

java.lang.Object
com.azure.ai.translation.text.models.GetLanguagesResult

public final class GetLanguagesResult extends Object
Response for the languages API.
  • Method Details

    • getTranslation

      public Map<String,TranslationLanguage> getTranslation()
      Get the translation property: Languages that support translate API.
      Returns:
      the translation value.
    • getTransliteration

      public Map<String,TransliterationLanguage> getTransliteration()
      Get the transliteration property: Languages that support transliteration API.
      Returns:
      the transliteration value.
    • getDictionary

      public Map<String,SourceDictionaryLanguage> getDictionary()
      Get the dictionary property: Languages that support dictionary API.
      Returns:
      the dictionary value.