Package | Description |
---|---|
com.ibm.watson.developer_cloud.language_translation.v2 |
Language Translation v1.
|
com.ibm.watson.developer_cloud.language_translation.v2.model |
Modifier and Type | Method and Description |
---|---|
ServiceCall<TranslationModel> |
LanguageTranslation.createModel(CreateModelOptions options)
Creates a translation model.
|
ServiceCall<TranslationModel> |
LanguageTranslation.getModel(String modelId)
Gets a translation model.
|
ServiceCall<List<TranslationModel>> |
LanguageTranslation.getModels()
Gets the translation model.
|
ServiceCall<List<TranslationModel>> |
LanguageTranslation.getModels(Boolean showDefault,
String source,
String target)
Retrieves the list of model.
|
Modifier and Type | Method and Description |
---|---|
List<TranslationModel> |
TranslationModels.getModels()
Gets the model.
|
Modifier and Type | Method and Description |
---|---|
void |
TranslationModels.setModels(List<TranslationModel> models)
Sets the model.
|
Copyright © 2015–2016 IBM Watson. All rights reserved.