| 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)
Deprecated.  
Creates a translation model. 
 | 
ServiceCall<TranslationModel> | 
LanguageTranslation.getModel(String modelId)
Deprecated.  
Gets a translation model. 
 | 
ServiceCall<List<TranslationModel>> | 
LanguageTranslation.getModels()
Deprecated.  
Gets the translation model. 
 | 
ServiceCall<List<TranslationModel>> | 
LanguageTranslation.getModels(Boolean showDefault,
         String source,
         String target)
Deprecated.  
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.