Google Cloud Speech API client library
Project description
The Cloud Speech API enables developers to convert audio to text by applying powerful neural network models. The API recognizes over 80 languages and variants, to support your global user base.
Quick Start
In order to use this library, you first need to go through the following steps:
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Supported Python Versions
Python >= 3.5
Deprecated Python Versions
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-speech
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-speech
Next Steps
Read the Client Library Documentation for Cloud Speech API API to see other available methods on the client.
Read the Product documentation to learn more about the product and see How-to Guides. APIs that we cover.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for google-cloud-speech-2.9.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 321a11863124d2fba73c519594d5a8803650f1f4323b08b9de3d096e536e98c1 |
|
MD5 | a550e499e6a9260ce3392f0345ed673a |
|
BLAKE2b-256 | 66ac04710081fbf771766addf41411c02141cfd396753c11dd4f3163a8abea58 |
Hashes for google_cloud_speech-2.9.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c140a803cf9e18a09cabda6ba64a4fd8dba2c41d30224485cc0104a4864bdcd5 |
|
MD5 | 0fe096c0d3f155ff8469966f366af22e |
|
BLAKE2b-256 | b0572f6ab8a725ff73e0c1b4f87fa5b6f958db40e6e084407a501950846deba7 |