Skip to content

Commit 2132a33

Browse files
committed
feat(language translator v3): New methods for document translation
1 parent 328d74f commit 2132a33

File tree

5 files changed

+977
-318
lines changed

5 files changed

+977
-318
lines changed

examples/language_translator_v3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from ibm_watson import LanguageTranslatorV3
55

66
language_translator = LanguageTranslatorV3(
7-
version='2018-05-01.',
7+
version='2018-05-01',
88
### url is optional, and defaults to the URL below. Use the correct URL for your region.
99
# url='https://gateway.watsonplatform.net/language-translator/api',
1010
iam_apikey='YOUR APIKEY')

0 commit comments

Comments
 (0)