diff --git a/packages/google-cloud-python-speech/google/cloud/speech/_gax.py b/packages/google-cloud-python-speech/google/cloud/speech/_gax.py index b643f35aa9c9..c03c08540214 100644 --- a/packages/google-cloud-python-speech/google/cloud/speech/_gax.py +++ b/packages/google-cloud-python-speech/google/cloud/speech/_gax.py @@ -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 @@ -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. diff --git a/packages/google-cloud-python-speech/google/cloud/speech/encoding.py b/packages/google-cloud-python-speech/google/cloud/speech/encoding.py index 529f8e45e889..d4fa697181cb 100644 --- a/packages/google-cloud-python-speech/google/cloud/speech/encoding.py +++ b/packages/google-cloud-python-speech/google/cloud/speech/encoding.py @@ -18,7 +18,7 @@ class Encoding(object): """Audio encoding types. - See: + See https://cloud.google.com/speech/reference/rest/v1/RecognitionConfig#AudioEncoding """ diff --git a/packages/google-cloud-python-speech/google/cloud/speech/sample.py b/packages/google-cloud-python-speech/google/cloud/speech/sample.py index 0380fac12586..9814fcdf92d2 100644 --- a/packages/google-cloud-python-speech/google/cloud/speech/sample.py +++ b/packages/google-cloud-python-speech/google/cloud/speech/sample.py @@ -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`