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 421e140 commit acd34f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class GAPICSpeechAPI(object):
"""Manage calls through GAPIC wrappers to the Speech API.
:type client: `~google.cloud.core.client.Client`
:param client: Instance of ``Client`.
:param client: Instance of ``Client``.
"""
def __init__(self, client=None):
self._client = client
Expand Down Expand Up @@ -131,7 +131,7 @@ def streaming_recognize(self, sample, language_code,
.. note::
Streaming recognition requests are limited to 1 minute of audio.
See: https://cloud.google.com/speech/limits#content
See https://cloud.google.com/speech/limits#content
Yields :class:`~streaming_response.StreamingSpeechResponse` containing
results and metadata from the streaming request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class Encoding(object):
"""Audio encoding types.
See:
See
https://cloud.google.com/speech/reference/rest/v1/RecognitionConfig#AudioEncoding
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def streaming_recognize(self, language_code,
.. note::
Streaming recognition requests are limited to 1 minute of audio.
See: https://cloud.google.com/speech/limits#content
See https://cloud.google.com/speech/limits#content
Yields: Instance of
:class:`~google.cloud.speech.result.StreamingSpeechResult`
Expand Down

0 comments on commit acd34f6

Please sign in to comment.