Click or drag to resize

LanguageTranslator Methods

The LanguageTranslator type exposes the following members.

Methods
  NameDescription
Public methodCreateModel
Uploads a TMX glossary file on top of a domain to customize a translation model.
Public methodDeleteModel
Delete a specific model by it's ID.
Public methodGetLanguages
This function returns a list to the callback of all identifiable languages.
Public methodGetModel
Get a specific model by it's ID.
Public methodGetModels
Retrieve the translation models with optional filters.
Public methodGetTranslation(LanguageTranslatorSuccessCallbackTranslations, LanguageTranslatorFailCallback, String, String, DictionaryString, Object)
Translate the provided text using the specified model.
Public methodGetTranslation(LanguageTranslatorSuccessCallbackTranslations, LanguageTranslatorFailCallback, String, String, String, DictionaryString, Object)
Translate the provided text using the specified source and target.
Public methodIdentify
Identifies a language from the given text.
Top
See Also