Skip to content

Instantly share code, notes, and snippets.

@kcchien
Created May 18, 2019 04:30
Show Gist options
  • Save kcchien/de37fea09af473b81e826ddb1151cdb7 to your computer and use it in GitHub Desktop.
Save kcchien/de37fea09af473b81e826ddb1151cdb7 to your computer and use it in GitHub Desktop.
Scanning User-generated Content Using the Cloud Video Intelligence and Cloud Vision APIs - 4
sed -i "s/\[PROJECT-ID\]/$PROJECT_ID/g" config.json
sed -i "s/\[FLAGGED_BUCKET_NAME\]/$FLAGGED_BUCKET_NAME/g" config.json
sed -i "s/\[FILTERED_BUCKET_NAME\]/$FILTERED_BUCKET_NAME/g" config.json
sed -i "s/\[DATASET_ID\]/$DATASET_ID/g" config.json
sed -i "s/\[TABLE_NAME\]/$TABLE_NAME/g" config.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment