I am working on a Xamarin.Forms application for speech recognition (Speech-to-text on Android, iOS and UWP).
I have tried using API.ai as a universal solution, but they can at this point not deliver speech recognition for the Dutch language. (because of that i need to make a Dutch speech recognition i cannot implement API.ai in my app)
I have tried using Android.Speech and that worked great for testing, only now i am looking for a (universal) API or method to implement Speech recognition in Xamarin.Forms.
Does anybody know if it be possible to implement a speech recognition within Xamarin.Forms?
(could it otherwise be possible to implement Google Cloud API (speech) within Xamarin? as a solution)
Michael