| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.language_translation.v2 |
The IBM Watson Language Translation service translate text from one language to another and
identifies the language in which text is written.
|
| Modifier and Type | Method and Description |
|---|---|
TranslationModel |
LanguageTranslation.createModel(Map<String,Object> params)
Creates a translation models.
|
TranslationModel |
LanguageTranslation.getModel(String modelId)
Retrieves a translation models.
|
| Modifier and Type | Method and Description |
|---|---|
List<TranslationModel> |
LanguageTranslation.getModels()
Retrieves the list of translation models.
|
List<TranslationModel> |
LanguageTranslation.getModels(Boolean showDefault,
String source,
String target)
Retrieves the list of models.
|
Copyright © 2015. All rights reserved.