Installing dependencies

We are going to install only one dependency, @google-cloud/video-intelligence (https://www.npmjs.com/package/@google-cloud/video-intelligence). If you recall from earlier, we need to make two HTTP requests to get the video response and, if the processing is not done by the second request, we need to keep polling till this is completed. So, to make this process simple, we are going to use the @google-cloud/video-intelligence npm. Run the following command from the root of the application:

$ npm install --save @google-cloud/video-intelligence

Or run this:

$ yarn add @google-cloud/video-intelligence
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.195.111