LanguageTranslator Class |
Namespace: IBM.Watson.DeveloperCloud.Services.LanguageTranslator.v2
public class LanguageTranslator : IWatsonService
The LanguageTranslator type exposes the following members.
Name | Description | |
---|---|---|
LanguageTranslator | Initializes a new instance of the LanguageTranslator class |
Name | Description | |
---|---|---|
Credentials |
Gets and sets the credentials of the service. Replace the default endpoint if endpoint is defined.
| |
Url |
Gets and sets the endpoint URL for the service.
|
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.
|