Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
fix(samples): Adding vision_product_search_tutorial_import tags (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirupa-kumar authored and JustinBeckwith committed Oct 15, 2018
1 parent 20c298d commit c3f08f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/productSearch/importProductSets.v1p3beta1.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
// [START vision_product_search_import_product_images]
function importProductSets(projectId, location, gcsUri) {
// Imports the Google Cloud client library
// [START vision_product_search_tutorial_import]
const vision = require('@google-cloud/vision').v1p3beta1;
// [END vision_product_search_tutorial_import]
// Creates a client
const client = new vision.ProductSearchClient();

Expand Down

0 comments on commit c3f08f4

Please sign in to comment.