Hi,
I'm developing a POC for an application which will handle personal private information.
How can I ensure the user's privacy?
why the need for internet connection?
Hi Jorge,
The Plugin is a wrapper around cordova component https://github.com/kelter-antunes/cordova-plugin-speechrecognition, which uses the google speech API for android ad Apple's servers for iOS.
For that the internet is required.
Privacy information Google services: https://cloud.google.com/speech-to-text/docs/data-logging
Privacy information Apple: https://www.apple.com/privacy/features/
Regards,
Daniel
Thanks