@@ -12,7 +12,7 @@ This directory contains samples for Google Cloud Video Intelligence API. `Google
12
12
13
13
14
14
15
- .. _Google Cloud Video Intelligence API : https://cloud.google.com/video-intelligence/docs
15
+ .. _Google Cloud Video Intelligence API : https://cloud.google.com/video-intelligence/docs
16
16
17
17
Setup
18
18
-------------------------------------------------------------------------------
@@ -70,22 +70,20 @@ To run this sample:
70
70
71
71
$ python analyze.py
72
72
73
- usage: analyze.py [-h] {faces, labels,labels_file,explicit_content,shots} ...
73
+ usage: analyze.py [-h] {labels,labels_file,explicit_content,shots} ...
74
74
75
- This application demonstrates face detection, label detection,
75
+ This application demonstrates label detection,
76
76
explicit content, and shot change detection using the Google Cloud API.
77
77
78
78
Usage Examples:
79
79
80
- python analyze.py faces gs://demomaker/google_gmail.mp4
81
80
python analyze.py labels gs://cloud-ml-sandbox/video/chicago.mp4
82
81
python analyze.py labels_file resources/cat.mp4
83
82
python analyze.py shots gs://demomaker/gbikes_dinosaur.mp4
84
83
python analyze.py explicit_content gs://demomaker/gbikes_dinosaur.mp4
85
84
86
85
positional arguments:
87
- {faces,labels,labels_file,explicit_content,shots}
88
- faces Detects faces given a GCS path.
86
+ {labels,labels_file,explicit_content,shots}
89
87
labels Detects labels given a GCS path.
90
88
labels_file Detect labels given a file path.
91
89
explicit_content Detects explicit content from the GCS path to a video.
0 commit comments