| 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.
|
| com.ibm.watson.developer_cloud.language_translation.v2.model |
Language Translation POJOs
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TranslationModel |
TranslationModel.withBaseModelId(String baseModelId)
With base model id.
|
TranslationModel |
TranslationModel.withCustomizable(boolean customizable)
With customizable.
|
TranslationModel |
TranslationModel.withDefaultModel(boolean defaultModel)
With default model.
|
TranslationModel |
TranslationModel.withDomain(String domain)
With domain.
|
TranslationModel |
TranslationModel.withModelId(String modelId)
With model id.
|
TranslationModel |
TranslationModel.withName(String name)
With name.
|
TranslationModel |
TranslationModel.withOwner(String owner)
With owner.
|
TranslationModel |
TranslationModel.withSource(String source)
With source.
|
TranslationModel |
TranslationModel.withStatus(String status)
With status.
|
TranslationModel |
TranslationModel.withTarget(String target)
With target.
|
Copyright © 2015. All rights reserved.