You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [Cloud Video Intelligence API](https://cloud.google.com/video-intelligence) allows developers to use Google video analysis technology as part of their applications.
10
8
11
9
## Table of Contents
12
10
13
11
*[Setup](#setup)
14
12
*[Samples](#samples)
15
-
*[Analyze](#analyze)
13
+
*[Video Intelligence](#video-intelligence)
16
14
*[Running the tests](#running-the-tests)
17
15
18
16
## Setup
19
17
20
18
1. Read [Prerequisites][prereq] and [How to run a sample][run] first.
21
19
1. Install dependencies:
22
20
23
-
With `npm`:
21
+
With **npm**:
24
22
25
23
npm install
26
24
27
-
With `yarn`:
25
+
With **yarn**:
28
26
29
27
yarn install
30
28
@@ -33,45 +31,47 @@ integrate video analysis within applications, including video labeling, safe sea
33
31
34
32
## Samples
35
33
36
-
### Analyze
34
+
### Video Intelligence
37
35
38
-
View the [documentation][analyze_docs] or the [source code][analyze_code].
36
+
View the [documentation][video_0_docs] or the [source code][video_0_code].
39
37
40
38
__Usage:__`node analyze.js --help`
41
39
42
40
```
43
41
Commands:
42
+
faces <gcsUri> Analyzes faces in a video stored in Google Cloud Storage using the Cloud Video Intelligence API.
44
43
shots <gcsUri> Analyzes shot angles in a video stored in Google Cloud Storage using the Cloud Video
45
44
Intelligence API.
46
45
labels-gcs <gcsUri> Labels objects in a video stored in Google Cloud Storage using the Cloud Video Intelligence API.
47
46
labels-file <gcsUri> Labels objects in a video stored locally using the Cloud Video Intelligence API.
47
+
safe-search <gcsUri> Detects adult content in a video stored in Google Cloud Storage.
0 commit comments