NateRickard / Xamarin.Cognitive.Speech

A client library that makes it easy to work with the Microsoft Cognitive Services Speech Services Speech to Text API on Xamarin.iOS, Xamarin.Android, UWP, and Xamarin.Forms/.NET Standard libraries used by those platforms
MIT License
59 stars 18 forks source link

Move from Azure's Bing Speech Service To Azure's Speech Service (and one bug fix) #21

Closed BeanStalka closed 5 years ago

BeanStalka commented 5 years ago

I was only able to test Android Application with the changes.

I also removed references to the old NuGet package and instead directly references the project.

Changes overall were minor. Fixed bug in BingSpeechApiClient where local variables were not being passed into AuthenticationClient CTOR

NateRickard commented 5 years ago

Thanks @BeanStalka. I used this PR as a basis for the PR21 branch so I could iterate and test. Closing this and I'll PR from that branch.