We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c9ab6 commit deed3b6Copy full SHA for deed3b6
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