Skip to content

Commit 96ad0e7

Browse files
remi Taylorlukesneeringer
remi Taylor
authored andcommitted
Change <gcsUri> to <filePath> for labels-file command (#14)
1 parent 074e8d9 commit 96ad0e7

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)