Metadata-Version: 1.1
Name: google-cloud-speech
Version: 0.25.0
Summary: Python Client for Google Cloud Speech
Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
Author: Google Cloud Platform
Author-email: jjg+google-cloud-python@google.com
License: Apache 2.0
Description: Python Client for Google Cloud Speech
        =====================================
        
            Python idiomatic client for `Google Cloud Speech`_
        
        .. _Google Cloud Speech: https://cloud.google.com/speech/
        
        |pypi| |versions|
        
        -  `Documentation`_
        
        .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/speech-usage.html
        
        Quick Start
        -----------
        
        .. code-block:: console
        
            $ pip install --upgrade google-cloud-speech
        
        Authentication
        --------------
        
        With ``google-cloud-python`` we try to make authentication as painless as
        possible. Check out the `Authentication section`_ in our documentation to
        learn more. You may also find the `authentication document`_ shared by all
        the ``google-cloud-*`` libraries to be helpful.
        
        .. _Authentication section: http://google-cloud-python.readthedocs.io/en/latest/google-cloud-auth.html
        .. _authentication document: https://github.com/GoogleCloudPlatform/gcloud-common/tree/master/authentication
        
        Using the API
        -------------
        
        `Cloud Speech API`_ enables easy integration of Google speech
        recognition technologies into developer applications. Send audio
        and receive a text transcription from the Cloud Speech API service.
        
        .. _Cloud Speech API: https://cloud.google.com/speech/
        
        See the ``google-cloud-python`` API `speech documentation`_ to learn how to
        connect to the Google Cloud Speech API using this Client Library.
        
        .. _speech documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/speech-usage.html
        .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-speech.svg
           :target: https://pypi.python.org/pypi/google-cloud-speech
        .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-speech.svg
           :target: https://pypi.python.org/pypi/google-cloud-speech
        
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet
