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