GetSupportedLanguagesResultOutput interface

Response for the languages API.

Properties

dictionary

Languages that support dictionary API.

translation

Languages that support translate API.

transliteration

Languages that support transliteration API.

Property Details

dictionary

Languages that support dictionary API.

dictionary?: Record<string, SourceDictionaryLanguageOutput>

Property Value

translation

Languages that support translate API.

translation?: Record<string, TranslationLanguageOutput>

Property Value

Record<string, TranslationLanguageOutput>

transliteration

Languages that support transliteration API.

transliteration?: Record<string, TransliterationLanguageOutput>

Property Value