11Using the API
22=============
33
4- With `Google Translate `_, you can dynamically translate text
5- between thousands of language pairs. The Google Translate API
6- lets websites and programs integrate with Google Translate
7- programmatically. Google Translate API is available as a
4+ With `Google Cloud Translation `_, you can dynamically translate text
5+ between thousands of language pairs. The Google Cloud Translation API
6+ lets websites and programs integrate with Google Cloud Translation
7+ programmatically. Google Cloud Translation is available as a
88paid service. See the `Pricing `_ and `FAQ `_ pages for details.
99
1010Authentication / Configuration
@@ -14,9 +14,9 @@ Authentication / Configuration
1414 your applications.
1515
1616- :class: `~google.cloud.translate.client.Client ` objects hold both a ``key ``
17- and a connection to the Translate service.
17+ and a connection to the Cloud Translation service.
1818
19- - **An API key is required for Translate . ** See
19+ - **An API key is required for Google Cloud Translation . ** See
2020 `Identifying your application to Google `_ for details. This is
2121 significantly different than the other clients in ``google-cloud-python ``.
2222
@@ -39,13 +39,13 @@ well:
3939 >>> from google.cloud import translate
4040 >>> client = translate.Client('my-api-key', target_language='es')
4141
42- The Google Translate API has three supported methods, and they
42+ The Google Cloud Translation API has three supported methods, and they
4343map to three methods on a client:
4444:meth: `~google.cloud.translate.client.Client.get_languages `,
4545:meth: `~google.cloud.translate.client.Client.detect_language ` and
4646:meth: `~google.cloud.translate.client.Client.translate `.
4747
48- To get a list of languages supported by Google Translate
48+ To get a list of languages supported by the Google Cloud Translation API
4949
5050 .. code ::
5151
@@ -116,8 +116,8 @@ or to use a non-default target language:
116116 },
117117 ]
118118
119- .. _Google Translate : https://cloud.google.com/translate
120- .. _Pricing : https://cloud.google.com/translate/v2/ pricing.html
121- .. _FAQ : https://cloud.google.com/translate/v2/ faq.html
122- .. _Identifying your application to Google : https://cloud.google.com/translate/v2/using_rest#auth
123- .. _confidence : https://cloud.google.com/translate/v2 /detecting-language-with-rest
119+ .. _Google Cloud Translation : https://cloud.google.com/translation
120+ .. _Pricing : https://cloud.google.com/translation/ pricing
121+ .. _FAQ : https://cloud.google.com/translation/ faq
122+ .. _Identifying your application to Google : https://cloud.google.com/translation/docs/translating-text
123+ .. _confidence : https://cloud.google.com/translation/docs /detecting-language
0 commit comments