Skip to content

Commit 4e17331

Browse files
remi TaylorAce Nassri
remi Taylor
authored and
Ace Nassri
committed
Change <gcsUri> to <filePath> for labels-file command (#14)
1 parent 27e2545 commit 4e17331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

video-intelligence/analyze.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,10 @@ require(`yargs`)
376376
opts => analyzeLabelsGCS(opts.gcsUri)
377377
)
378378
.command(
379-
`labels-file <gcsUri>`,
379+
`labels-file <filePath>`,
380380
`Labels objects in a video stored locally using the Cloud Video Intelligence API.`,
381381
{},
382-
opts => analyzeLabelsLocal(opts.gcsUri)
382+
opts => analyzeLabelsLocal(opts.filePath)
383383
)
384384
.command(
385385
`safe-search <gcsUri>`,

0 commit comments

Comments
 (0)