Hello,
I want to bind in the Microsoft Speech Recognition into my Xamarin App but i found out that this won't work. Is there a way to get the Microsoft.Speech to work with the Xamarin APP or is there maybe something like Microsoft Speech which i could use in my project?
Programming Language: C#
Visual Studio 15
Thanks in advance.
No worries. Solved it already by using the rest interface and wrapping that up. Was the easiest way and enough for my usecase.
Answers
Hi,
I am trying the same thing. Did you try to bind the native objective c library for it? For Android I found this post doing it successfully. But still requires some work to wrap it, it seems.
/www.jimbobbennett.io/binding-the-cognitive-services-android-speech-sdk/
https
Did you find anything alike or did it yourself for iOS with success?
Thanks, cheers.
Im sorry but this question is pretty old. I don't remember how I overcome this problem. I will try to find some old code related to this issue.
No worries. Solved it already by using the rest interface and wrapping that up. Was the easiest way and enough for my usecase.
@rgiurea , could share any sample project xamarin.form speech to text? As i am new bee