Google vision integration

Hi everybody,
I am new on ionic and I have a question for you.
Is it possible to use the google vision API with Ionic ?
And if yes… how can I do that ? :slight_smile:
Thanks in advance,
Have a good day.

You’d have to wirte a custom cordova plugin for this.
If you just need a barcode reader you can use this plugin:
http://ngcordova.com/docs/plugins/barcodeScanner/

Thank you for your quick answer !
I need the face detection part of the api… so I will try to create a custom plugin… do you have a docs or a tutorial ?

You can start here: https://cordova.apache.org/docs/en/4.0.0/guide/hybrid/plugins/.
But i think it won’t be very easy. Maybe you should see if a js Facetracker is suitable.

Yes this seem to be hard…
Thank you for your advice! Have a good day. :smile:

https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwinhorp9ZnUAhVBM48KHRmSBH0QFgg0MAA&url=https%3A%2F%2Fwww.sitepoint.com%2Fimage-recognition-with-the-google-vision-api-and-ionic%2F&usg=AFQjCNHQJjpFw0MeN6tPS4qg4J0oD3YeGw&sig2=gKHvbGslJxBgUpx1-eeXIQ

try above link