Package | Description |
---|---|
com.ibm.watson.developer_cloud.language_translation.v2 |
Copyright 2015 IBM Corp.
|
com.ibm.watson.developer_cloud.language_translation.v2.model |
Copyright 2015 IBM Corp.
|
Modifier and Type | Method and Description |
---|---|
TranslationModel |
LanguageTranslation.createModel(CreateModelOptions options)
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.
|
Modifier and Type | Method and Description |
---|---|
List<TranslationModel> |
TranslationModelList.getModels()
Gets the models.
|
Modifier and Type | Method and Description |
---|---|
void |
TranslationModelList.setModels(List<TranslationModel> models)
Sets the models.
|
Copyright © 2015–2016. All rights reserved.