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.
2929 (if composer is installed globally).
30305 . ** Run** with the command ` php src/SNIPPET_NAME.php ` . For example:
3131 ``` sh
32- $ php src/analyze_shots.php gs://demomaker /cat.mp4
32+ $ php src/analyze_shots.php gs://cloud-samples-data/video /cat.mp4
3333 Usage: php src/analyze_shots.php URI
3434
35- $ php src/analyze_shots.php gs://demomaker /cat.mp4
35+ $ php src/analyze_shots.php gs://cloud-samples-data/video /cat.mp4
3636 Shot: 0s to 14.84s
3737 ```
3838
Original file line number Diff line number Diff line change 2727
2828# Execute a request.
2929$ options = [
30- 'inputUri ' => 'gs://demomaker /cat.mp4 ' ,
30+ 'inputUri ' => 'gs://cloud-samples-data/video /cat.mp4 ' ,
3131 'features ' => [Feature::LABEL_DETECTION ]
3232];
3333$ operation = $ video ->annotateVideo ($ options );
You can’t perform that action at this time.
0 commit comments