LanguageTranslator Methods |
The LanguageTranslator type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateModel |
Uploads a TMX glossary file on top of a domain to customize a translation model.
| |
| DeleteModel |
Delete a specific model by it's ID.
| |
| GetLanguages |
This function returns a list to the callback of all identifiable languages.
| |
| GetModel |
Get a specific model by it's ID.
| |
| GetModels |
Retrieve the translation models with optional filters.
| |
| GetTranslation(LanguageTranslatorSuccessCallbackTranslations, LanguageTranslatorFailCallback, String, String, DictionaryString, Object) |
Translate the provided text using the specified model.
| |
| GetTranslation(LanguageTranslatorSuccessCallbackTranslations, LanguageTranslatorFailCallback, String, String, String, DictionaryString, Object) |
Translate the provided text using the specified source and target.
| |
| Identify |
Identifies a language from the given text.
|