Metadata-Version: 2.0
Name: google-cloud-videointelligence
Version: 0.25.0
Summary: Python Client for Google Cloud Video Intelligence
Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
Author: Google Cloud Platform
Author-email: googleapis-packages@google.com
License: Apache 2.0
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
Requires-Dist: google-gax (<0.16dev,>=0.15.12)
Requires-Dist: googleapis-common-protos (<2.0dev,>=1.5.2)
Requires-Dist: six (>=1.10.0)

Python Client for Google Cloud Video Intelligence
=================================================

    Python idiomatic client for `Google Cloud Video Intelligence`_

.. _Google Cloud Video Intelligence: https://cloud.google.com/videointelligence/

|pypi| |versions|

-  `Documentation`_

.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/video-intelligence-usage.html

Quick Start
-----------

.. code-block:: console

    $ pip install --upgrade google-cloud-video-intelligence

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
-------------

The Google Cloud `Video Intelligence`_ (`Video Intelligence API docs`_)
API enables developers to
understand the content of a video by encapsulating powerful machine
learning models in an easy to use REST API.

.. _Video Intelligence: https://cloud.google.com/videointelligence/
.. _Video Intelligence API docs: https://cloud.google.com/videointelligence/reference/rest/


