WHAT I CHECKED:
I went through the docs: https://cloud.google.com/vision/docs/
And saw this example: https://github.com/thesandlord/samples/blob/master/cloud-vision-nodejs/index.js
WHAT I AM TRYING TO ACHIEVE:
I would like to analyse every image uploaded by my users before they are saved to my google cloud bucket.
How can I detect violence or nudity using the Cloud Vision API?