Skip to content

Commit

Permalink
fix: Update example commands to use cloud-storage-samples bucket (#253)
Browse files Browse the repository at this point in the history
* Fix typo in example command

* fix: Change ex cmd bucket to cloud-samples-data
  • Loading branch information
leahecole authored and ahrarmonsur committed Nov 17, 2022
1 parent 6d178d7 commit b5acffd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions video-intelligence/analyze.js
Original file line number Diff line number Diff line change
Expand Up @@ -593,11 +593,11 @@ async function main() {
{},
opts => analyzeObjectTracking(opts.path)
)
.example(`node $0 shots gs://demomaker/sushi.mp4`)
.example(`node $0 labels-gcs gs://demomaker/tomatoes.mp4`)
.example(`node $0 shots gs://cloud-samples-data/video/googlework_short.mp4`)
.example(`node $0 labels-gcs gs://cloud-samples-data/video/cat.mp4`)
.example(`node $0 labels-file cat.mp4`)
.example(`node $0 safe-search gs://demomaker/tomatoes.mp4`)
.example(`node $0 transcription gs://demomaker/tomatoes.mp4`)
.example(`node $0 safe-search gs://cloud-samples-data/video/cat.mp4`)
.example(`node $0 transcription gs://cloud-samples-data/video/cat.mp4`)
.example(`node $0 video-text ./resources/googlework_short.mp4`)
.example(
`node $0 video-text-gcs gs://nodejs-docs-samples/video/googlework_short.mp4`
Expand Down

0 comments on commit b5acffd

Please sign in to comment.