@google-cloud/video-intelligence

The @google-cloud/video-intelligence package has the following named exports:

Source:
Examples

Install the client library with npm:

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

Import the client library:

const videoIntelligence = require('@google-cloud/video-intelligence');

Create a client that uses Application Default Credentials (ADC):

const client = new videoIntelligence.VideoIntelligenceServiceClient();

Create a client with explicit credentials:

const client = new videoIntelligence.VideoIntelligenceServiceClient({
  projectId: 'your-project-id',
  keyFilename: '/path/to/keyfile.json',
});

include:samples/quickstart.js

region_tag:video_quickstart
Full quickstart example:

Members

(static) v1 :object

Properties:
Name Type Description
VideoIntelligenceServiceClient constructor

Reference to v1.VideoIntelligenceServiceClient

Source:

(static) v1beta1 :object

Properties:
Name Type Description
VideoIntelligenceServiceClient constructor

Reference to v1beta1.VideoIntelligenceServiceClient

Source:

(static) v1beta2 :object

Properties:
Name Type Description
VideoIntelligenceServiceClient constructor

Reference to v1beta2.VideoIntelligenceServiceClient

Source:

(static) v1p1beta1 :object

Properties:
Name Type Description
VideoIntelligenceServiceClient constructor

Reference to v1p1beta1.VideoIntelligenceServiceClient

Source:

(static) v1p2beta1 :object

Properties:
Name Type Description
VideoIntelligenceServiceClient constructor

Reference to v1p2beta1.VideoIntelligenceServiceClient

Source:

(static) v1p3beta1 :object

Properties:
Name Type Description
VideoIntelligenceServiceClient constructor

Reference to v1p3beta1.VideoIntelligenceServiceClient

Source: