Skip to content

Commit

Permalink
Change <gcsUri> to <filePath> for labels-file command (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
remi Taylor authored and ahrarmonsur committed Nov 17, 2022
1 parent b1c9ab6 commit deed3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions video-intelligence/analyze.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,10 @@ require(`yargs`)
opts => analyzeLabelsGCS(opts.gcsUri)
)
.command(
`labels-file <gcsUri>`,
`labels-file <filePath>`,
`Labels objects in a video stored locally using the Cloud Video Intelligence API.`,
{},
opts => analyzeLabelsLocal(opts.gcsUri)
opts => analyzeLabelsLocal(opts.filePath)
)
.command(
`safe-search <gcsUri>`,
Expand Down

0 comments on commit deed3b6

Please sign in to comment.