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 ?
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.