Skip to content

Commit

Permalink
Vision semi-GAPIC (#3373)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Jun 2, 2017
1 parent 0343529 commit db35d7c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_languages(self, target_language=None):
Response
See:
See
https://cloud.google.com/translate/docs/discovering-supported-languages
:type target_language: str
Expand All @@ -98,7 +98,7 @@ def get_languages(self, target_language=None):
def detect_language(self, values):
"""Detect the language of a string or list of strings.
See: https://cloud.google.com/translate/docs/detecting-language
See https://cloud.google.com/translate/docs/detecting-language
:type values: str or list
:param values: String or list of strings that will have
Expand Down Expand Up @@ -165,7 +165,7 @@ def translate(self, values, target_language=None, format_=None,
model=None):
"""Translate a string or list of strings.
See: https://cloud.google.com/translate/docs/translating-text
See https://cloud.google.com/translate/docs/translating-text
:type values: str or list
:param values: String or list of strings to translate.
Expand Down

0 comments on commit db35d7c

Please sign in to comment.