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<TranslationResult> |
LanguageTranslation.translate(List<String> texts,
Language source,
Language target)
Translate multiple texts using source and target languages.
|
ServiceCall<TranslationResult> |
LanguageTranslation.translate(String text,
Language source,
Language target)
Translate text using source and target languages.
|
Modifier and Type | Method and Description |
---|---|
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2016 IBM Watson. All rights reserved.