Skip to content

Commit 8875bdd

Browse files
authored
---
yaml --- r: 5759 b: refs/heads/master c: 5b277cb h: refs/heads/master i: 5757: a73d812 5755: 8d02ba2 5751: f8473fe 5743: 460e067 5727: 295b10f 5695: 67eb9ab 5631: 4485dd3
1 parent 0302393 commit 8875bdd

2 files changed

Lines changed: 103 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a898acc02a920bb851443fdc0ec4cb576208d422
2+
refs/heads/master: 5b277cba95595f63823df8911ce0e16c6f9fc541
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: 3c5e576ef43acaafb4d9c2c093fad59827a77ffa
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
Google Cloud Java Client for Video Intelligence
2+
======================================
3+
4+
Java idiomatic client for [Google Cloud Video Intelligence](https://cloud.google.com/video-intelligence/).
5+
6+
[![Build Status](https://travis-ci.org/GoogleCloudPlatform/google-cloud-java.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/google-cloud-java)
7+
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master)
8+
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-video-intelligence.svg)](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-video-intelligence.svg)
9+
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/google-cloud-java)
10+
[![Dependency Status](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772/badge.svg?style=flat)](https://www.versioneye.com/user/projects/58fe4c8d6ac171426c414772)
11+
12+
- [Homepage](https://googlecloudplatform.github.io/google-cloud-java/)
13+
- [API Documentation][video-api]
14+
15+
> Note: This client is a work-in-progress, and may occasionally
16+
> make backwards-incompatible changes.
17+
18+
Quickstart
19+
----------
20+
If you are using Maven, add this to your pom.xml file
21+
```xml
22+
<dependency>
23+
<groupId>com.google.cloud</groupId>
24+
<artifactId>google-cloud-video-intelligence</artifactId>
25+
<version>0.20.0-beta</version>
26+
</dependency>
27+
```
28+
If you are using Gradle, add this to your dependencies
29+
```Groovy
30+
compile 'com.google.cloud:google-cloud-video-intelligence:0.20.0-beta'
31+
```
32+
If you are using SBT, add this to your dependencies
33+
```Scala
34+
libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "0.20.0-beta"
35+
```
36+
37+
Authentication
38+
--------------
39+
40+
See the [Authentication](https://github.com/GoogleCloudPlatform/google-cloud-java#authentication) section
41+
in the base directory's README.
42+
43+
About Google Cloud Video Intelligence
44+
----------------------------
45+
46+
Google [Cloud Video Intelligence API][cloud-video-docs]
47+
allows developers to use Google video analysis technology as part of their applications.
48+
49+
See the ``google-cloud`` API [video intelligence documentation][video-api]
50+
to learn how to use this Cloud Video Intelligence API Client Library.
51+
52+
Getting Started
53+
---------------
54+
#### Prerequisites
55+
You will need a [Google Developers Console](https://console.developers.google.com/) project with the Video Intelligence API enabled. [Follow these instructions](https://cloud.google.com/docs/authentication#preparation) to get your project set up. You will also need to set up the local development environment by [installing the Google Cloud SDK](https://cloud.google.com/sdk/) and running the following commands in command line: `gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
56+
57+
#### Installation and setup
58+
You'll need to obtain the `google-cloud-video-intelligence` library.
59+
See the [Quickstart](#quickstart) section to add `google-cloud-video-intelligence` as a dependency in your code.
60+
61+
Troubleshooting
62+
---------------
63+
64+
To get help, follow the instructions in the [shared Troubleshooting document](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/troubleshooting/readme.md#troubleshooting).
65+
66+
Transport
67+
---------
68+
Video Intelligence uses gRPC for the transport layer.
69+
70+
Java Versions
71+
-------------
72+
73+
Java 7 or above is required for using this client.
74+
75+
Versioning
76+
----------
77+
78+
This library follows [Semantic Versioning](http://semver.org/).
79+
80+
It is currently in major version zero (``0.y.z``), which means that anything may change at any time and the public API should not be considered stable.
81+
82+
Contributing
83+
------------
84+
85+
Contributions to this library are always welcome and highly encouraged.
86+
87+
See `google-cloud`'s [CONTRIBUTING] documentation and the [shared documentation](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud) for more information on how to get started.
88+
89+
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more information.
90+
91+
License
92+
-------
93+
94+
Apache 2.0 - See [LICENSE] for more information.
95+
96+
97+
[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CONTRIBUTING.md
98+
[code-of-conduct]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
99+
[LICENSE]: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/LICENSE
100+
[cloud-platform]: https://cloud.google.com/
101+
[cloud-video-docs]: https://cloud.google.com/video-intelligence/docs/
102+
[video-api]: http://googlecloudplatform.github.io/google-cloud-java/0.20.0/apidocs/com/google/cloud/videointelligence/v1beta1/package-summary.html

0 commit comments

Comments
 (0)