Skip to content

Commit 0f47008

Browse files
committed
update README
1 parent 9ffd315 commit 0f47008

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

video/cloud-client/analyze/README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This directory contains samples for Google Cloud Video Intelligence API. `Google
1212

1313

1414

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
1616

1717
Setup
1818
-------------------------------------------------------------------------------
@@ -70,22 +70,20 @@ To run this sample:
7070
7171
$ python analyze.py
7272
73-
usage: analyze.py [-h] {faces,labels,labels_file,explicit_content,shots} ...
73+
usage: analyze.py [-h] {labels,labels_file,explicit_content,shots} ...
7474
75-
This application demonstrates face detection, label detection,
75+
This application demonstrates label detection,
7676
explicit content, and shot change detection using the Google Cloud API.
7777
7878
Usage Examples:
7979
80-
python analyze.py faces gs://demomaker/google_gmail.mp4
8180
python analyze.py labels gs://cloud-ml-sandbox/video/chicago.mp4
8281
python analyze.py labels_file resources/cat.mp4
8382
python analyze.py shots gs://demomaker/gbikes_dinosaur.mp4
8483
python analyze.py explicit_content gs://demomaker/gbikes_dinosaur.mp4
8584
8685
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}
8987
labels Detects labels given a GCS path.
9088
labels_file Detect labels given a file path.
9189
explicit_content Detects explicit content from the GCS path to a video.

0 commit comments

Comments
 (0)