@@ -29,16 +29,21 @@ View the [source code][video_0_code].
29
29
__ Usage:__ ` node analyze.js --help `
30
30
31
31
```
32
+ analyze.js <command>
33
+
32
34
Commands:
33
- faces <gcsUri> Analyzes faces in a video stored in Google Cloud Storage using the Cloud Video Intelligence API.
34
- shots <gcsUri> Analyzes shot angles in a video stored in Google Cloud Storage using the Cloud Video
35
- Intelligence API.
36
- labels-gcs <gcsUri> Labels objects in a video stored in Google Cloud Storage using the Cloud Video Intelligence API.
37
- labels-file <gcsUri> Labels objects in a video stored locally using the Cloud Video Intelligence API.
38
- safe-search <gcsUri> Detects explicit content in a video stored in Google Cloud Storage.
35
+ analyze.js faces <gcsUri> Analyzes faces in a video stored in Google Cloud Storage using the Cloud Video
36
+ Intelligence API.
37
+ analyze.js shots <gcsUri> Analyzes shot angles in a video stored in Google Cloud Storage using the Cloud
38
+ Video Intelligence API.
39
+ analyze.js labels-gcs <gcsUri> Labels objects in a video stored in Google Cloud Storage using the Cloud Video
40
+ Intelligence API.
41
+ analyze.js labels-file <filePath> Labels objects in a video stored locally using the Cloud Video Intelligence API.
42
+ analyze.js safe-search <gcsUri> Detects explicit content in a video stored in Google Cloud Storage.
39
43
40
44
Options:
41
- --help Show help [boolean]
45
+ --version Show version number [boolean]
46
+ --help Show help [boolean]
42
47
43
48
Examples:
44
49
node analyze.js faces gs://demomaker/larry_sergey_ice_bucket_short.mp4
@@ -53,5 +58,5 @@ For more information, see https://cloud.google.com/video-intelligence/docs
53
58
[ video_0_docs ] : https://cloud.google.com/video-intelligence/docs
54
59
[ video_0_code ] : analyze.js
55
60
56
- [ shell_img ] : http: //gstatic.com/cloudssh/images/open-btn.png
61
+ [ shell_img ] : //gstatic.com/cloudssh/images/open-btn.png
57
62
[ shell_link ] : https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/README.md
0 commit comments