1
+
1
2
.. This file is automatically generated. Do not edit this file directly.
2
3
3
4
Google Translation API Python Samples
@@ -15,13 +16,11 @@ This directory contains samples for Google Translation API. With `Google Transla
15
16
.. _Google Translation API : https://cloud.google.com/translate/docs
16
17
17
18
18
-
19
-
20
-
21
19
Setup
22
20
-------------------------------------------------------------------------------
23
21
24
22
23
+
25
24
Authentication
26
25
++++++++++++++
27
26
@@ -32,6 +31,9 @@ credentials for applications.
32
31
.. _Authentication Getting Started Guide :
33
32
https://cloud.google.com/docs/authentication/getting-started
34
33
34
+
35
+
36
+
35
37
Install Dependencies
36
38
++++++++++++++++++++
37
39
@@ -46,7 +48,7 @@ Install Dependencies
46
48
.. _Python Development Environment Setup Guide :
47
49
https://cloud.google.com/python/setup
48
50
49
- #. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4 +.
51
+ #. Create a virtualenv. Samples are compatible with Python 3.6 +.
50
52
51
53
.. code-block :: bash
52
54
@@ -62,9 +64,15 @@ Install Dependencies
62
64
.. _pip : https://pip.pypa.io/
63
65
.. _virtualenv : https://virtualenv.pypa.io/
64
66
67
+
68
+
69
+
70
+
71
+
65
72
Samples
66
73
-------------------------------------------------------------------------------
67
74
75
+
68
76
Using glossaries with vision and text-to-speech
69
77
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
70
78
@@ -83,6 +91,10 @@ To run this sample:
83
91
84
92
85
93
94
+
95
+
96
+
97
+
86
98
The client library
87
99
-------------------------------------------------------------------------------
88
100
@@ -98,4 +110,5 @@ to `browse the source`_ and `report issues`_.
98
110
https://github.com/GoogleCloudPlatform/google-cloud-python/issues
99
111
100
112
101
- .. _Google Cloud SDK : https://cloud.google.com/sdk/
113
+
114
+ .. _Google Cloud SDK : https://cloud.google.com/sdk/
0 commit comments