| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TranslationResult |
LanguageTranslation.translate(Map<String,Object> params)
Translate paragraphs of text using a model and or source and target.
|
TranslationResult |
LanguageTranslation.translate(String text,
String modelId)
Translate text using a model.
|
TranslationResult |
LanguageTranslation.translate(String text,
String source,
String target)
Translate text using source and target languages.
|
Copyright © 2015. All rights reserved.