Skip to content

Commit 476f33e

Browse files
authored
Video Intelligence samples (#849)
1 parent e52d936 commit 476f33e

File tree

5 files changed

+340
-274
lines changed

5 files changed

+340
-274
lines changed

video/cloud-client/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ After you have authorized, you can analyze videos.
3636
Detect Faces
3737
```
3838
java -cp target/video-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
39-
com.example.video.Detect faces gs://cloudmleap/video/next/volleyball_court.mp4
39+
com.example.video.Detect faces gs://demomaker/google_gmail.mp4
4040
```
4141

4242
Detect Labels
@@ -48,19 +48,19 @@ java -cp target/video-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
4848
com.example.video.Detect labels-file ./resources/cat.mp4
4949
```
5050

51-
Detect Safe Search annotations
51+
Detect Explicit content annotations
5252
```
5353
java -cp target/video-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
54-
com.example.video.Detect safesearch gs://demomaker/cat.mp4
54+
com.example.video.Detect explicit-content gs://demomaker/gbikes_dinosaur.mp4
5555
```
5656

5757
Detect Shots
5858
```
5959
java -cp target/video-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
60-
com.example.video.Detect shots gs://cloudmleap/video/next/gbikes_dinosaur.mp4
60+
com.example.video.Detect shots gs://demomaker/gbikes_dinosaur.mp4
6161
```
6262

63-
From Windows, you may need to supply your classpath diferently, for example:
63+
From Windows, you may need to supply your classpath differently, for example:
6464
```
6565
java -cp target\\video-google-cloud-samples-1.0.0-jar-with-dependencies.jar com.example.video.Detect labels gs://demomaker/cat.mp4
6666
```

0 commit comments

Comments
 (0)