We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e2545 commit 4e17331Copy full SHA for 4e17331
video-intelligence/analyze.js
@@ -376,10 +376,10 @@ require(`yargs`)
376
opts => analyzeLabelsGCS(opts.gcsUri)
377
)
378
.command(
379
- `labels-file <gcsUri>`,
+ `labels-file <filePath>`,
380
`Labels objects in a video stored locally using the Cloud Video Intelligence API.`,
381
{},
382
- opts => analyzeLabelsLocal(opts.gcsUri)
+ opts => analyzeLabelsLocal(opts.filePath)
383
384
385
`safe-search <gcsUri>`,
0 commit comments