8000 google-cloud-python/translate at master · objectfox/google-cloud-python · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.rst

Python Client for Google Translate

Python idiomatic client for Google Translate

Quick Start

$ pip install --upgrade google-cloud-translate

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.

Using the API

With the Google Translate API (Translate API docs), you can dynamically translate text between thousands of language pairs.

See the google-cloud-python API Translate documentation to learn how to translate text using this library.

0