Skip to content

Commit f998241

Browse files
authored
Merge pull request #922 from watson-developer-cloud/codegen/language-translator
[Language Translator] Add newest generated code
2 parents de9a05d + 765429f commit f998241

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

language-translator/src/main/java/com/ibm/watson/developer_cloud/language_translator/v2/LanguageTranslator.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@
3636
import okhttp3.RequestBody;
3737

3838
/**
39-
* Language Translator translates text from one language to another. The service offers multiple domain-specific models
40-
* that you can customize based on your unique terminology and language. Use Language Translator to take news from
41-
* across the globe and present it in your language, communicate with your customers in their own language, and more.
39+
* IBM Watson Language Translator translates text from one language to another. The service offers multiple
40+
* domain-specific models that you can customize based on your unique terminology and language. Use Language Translator
41+
* to take news from across the globe and present it in your language, communicate with your customers in their own
42+
* language, and more.
4243
*
4344
* @version v2
4445
* @see <a href="http://www.ibm.com/watson/developercloud/language-translator.html">Language Translator</a>

language-translator/src/main/java/com/ibm/watson/developer_cloud/language_translator/v2/model/TranslateOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ public List<String> text() {
160160
/**
161161
* Gets the modelId.
162162
*
163-
* Model ID of the translation model to use. If this is specified, the `source` and `target` parameters will be
164-
* ignored. The method requires either a model ID or both the `source` and `target` parameters.
163+
* Model ID of the translation model to use. If this is specified, the **source** and **target** parameters will be
164+
* ignored. The method requires either a model ID or both the **source** and **target** parameters.
165165
*
166166
* @return the modelId
167167
*/

0 commit comments

Comments
 (0)