File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ Video Intelligence API from PHP.
29
29
(if composer is installed globally).
30
30
5 . ** Run** with the command ` php src/SNIPPET_NAME.php ` . For example:
31
31
``` sh
32
- $ php src/analyze_shots.php gs://demomaker /cat.mp4
32
+ $ php src/analyze_shots.php gs://cloud-samples-data/video /cat.mp4
33
33
Usage: php src/analyze_shots.php URI
34
34
35
- $ php src/analyze_shots.php gs://demomaker /cat.mp4
35
+ $ php src/analyze_shots.php gs://cloud-samples-data/video /cat.mp4
36
36
Shot: 0s to 14.84s
37
37
```
38
38
Original file line number Diff line number Diff line change 27
27
28
28
# Execute a request.
29
29
$ options = [
30
- 'inputUri ' => 'gs://demomaker /cat.mp4 ' ,
30
+ 'inputUri ' => 'gs://cloud-samples-data/video /cat.mp4 ' ,
31
31
'features ' => [Feature::LABEL_DETECTION ]
32
32
];
33
33
$ operation = $ video ->annotateVideo ($ options );
You can’t perform that action at this time.
0 commit comments