This code is an example reference implementation for the solution on the Google Cloud solutions site.
- index.js - the Google Cloud Functions implementation in NodeJS that accepts files, processes them through the Vision and Video Intelligence API and loads the results into BigQuery
- intelligent_content_bq_schema.json - The BigQuery schema used to create the BigQuery table.
- Follow the detailed steps in the Processing User-generated Content Using the Cloud Video Intelligence and Cloud Vision APIs tutorial to configure and deploy the code