From deed3b60c4d3f741d3de6a555032549112036ac4 Mon Sep 17 00:00:00 2001 From: remi Taylor Date: Thu, 30 Nov 2017 14:59:32 -0800 Subject: [PATCH] Change to for labels-file command (#14) --- video-intelligence/analyze.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/video-intelligence/analyze.js b/video-intelligence/analyze.js index 59e3a16443..b3b23209a3 100644 --- a/video-intelligence/analyze.js +++ b/video-intelligence/analyze.js @@ -376,10 +376,10 @@ require(`yargs`) opts => analyzeLabelsGCS(opts.gcsUri) ) .command( - `labels-file `, + `labels-file `, `Labels objects in a video stored locally using the Cloud Video Intelligence API.`, {}, - opts => analyzeLabelsLocal(opts.gcsUri) + opts => analyzeLabelsLocal(opts.filePath) ) .command( `safe-search `,