Skip to content

Commit 87aa90e

Browse files
Vision semi-GAPIC (#3373)
1 parent f1ec9a1 commit 87aa90e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

google-cloud-speech/google/cloud/speech/_gax.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class GAPICSpeechAPI(object):
4141
"""Manage calls through GAPIC wrappers to the Speech API.
4242
4343
:type client: `~google.cloud.core.client.Client`
44-
:param client: Instance of ``Client`.
44+
:param client: Instance of ``Client``.
4545
"""
4646
def __init__(self, client=None):
4747
self._client = client
@@ -131,7 +131,7 @@ def streaming_recognize(self, sample, language_code,
131131
.. note::
132132
133133
Streaming recognition requests are limited to 1 minute of audio.
134-
See: https://cloud.google.com/speech/limits#content
134+
See https://cloud.google.com/speech/limits#content
135135
136136
Yields :class:`~streaming_response.StreamingSpeechResponse` containing
137137
results and metadata from the streaming request.

google-cloud-speech/google/cloud/speech/encoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class Encoding(object):
1919
"""Audio encoding types.
2020
21-
See:
21+
See
2222
https://cloud.google.com/speech/reference/rest/v1/RecognitionConfig#AudioEncoding
2323
"""
2424

google-cloud-speech/google/cloud/speech/sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def streaming_recognize(self, language_code,
179179
.. note::
180180
181181
Streaming recognition requests are limited to 1 minute of audio.
182-
See: https://cloud.google.com/speech/limits#content
182+
See https://cloud.google.com/speech/limits#content
183183
184184
Yields: Instance of
185185
:class:`~google.cloud.speech.result.StreamingSpeechResult`

0 commit comments

Comments
 (0)