We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb48db commit 3d2fee9Copy full SHA for 3d2fee9
packages/google-cloud-speech/google/cloud/speech/connection.py
@@ -18,7 +18,11 @@
18
19
20
class Connection(_http.JSONConnection):
21
- """A connection to Google Cloud Speech JSON REST API."""
+ """A connection to Google Cloud Speech JSON REST API.
22
+
23
+ :type client: :class:`~google.cloud.speech.client.Client`
24
+ :param client: The client that owns the current connection.
25
+ """
26
27
API_BASE_URL = 'https://speech.googleapis.com'
28
"""The base of the API call URL."""
0 commit comments