Skip to content

Commit

Permalink
Bring ML APIs up to standard. (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored Apr 12, 2017
1 parent c69c028 commit 188cfa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/google-cloud-videointelligence/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ detection, and shot change detection.
View the [documentation][analyze_docs] or the [source code][analyze_code].

```
node analyze.js
Commands:
faces <gcsPath> Analyzes faces in a video using the Cloud Video Intelligence API.
shots <gcsPath> Analyzes shot angles in a video using the Cloud Video Intelligence API.
labels <gcsPath> Labels objects in a video using the Cloud Video Intelligence API.
faces <gcsUri> Analyzes faces in a video using the Cloud Video Intelligence API.
shots <gcsUri> Analyzes shot angles in a video using the Cloud Video Intelligence API.
labels <gcsUri> Labels objects in a video using the Cloud Video Intelligence API.
Options:
--help Show help [boolean]
Expand All @@ -42,6 +41,7 @@ Examples:
node analyze.js shots gs://my-bucket/my-video.mp4
node analyze.js labels gs://my-bucket/my-video.mp4
For more information, see https://cloud.google.com/video-intelligence/docs
```

[analyze_docs]: https://cloud.google.com/video-intelligence/docs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@google-cloud/videointelligence": "https://storage.googleapis.com/videointelligence-alpha/videointelligence-nodejs.tar.gz",
"yargs": "6.6.0"
"yargs": "7.0.2"
},
"engines": {
"node": ">=4.3.2"
Expand Down

0 comments on commit 188cfa3

Please sign in to comment.