Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does IBM.WatsonDeveloperCloud.SpeechToText.v1 Support Cross Platform support in Xamarin Forms

I am working on Speech Recognition ie speech to text API in Cross-platform Xamarin forms. while doing google I found IBM.WatsonDeveloperCloud.SpeechToText.v1. So my question is does it support in Xamarin forms? If yes, please let me know how to make it work for cross-platform architecture ie using Xamarin forms.

like image 665
Pritish Avatar asked Nov 07 '22 01:11

Pritish


1 Answers

The .NET SDK supports Xamarin. The support was added as part of v1.1.0.

See https://github.com/watson-developer-cloud/dotnet-standard-sdk/pull/120

If you run into problems integrating IBM Watson with Xamarin feel free to open an issue in https://github.com/watson-developer-cloud/dotnet-standard-sdk/issues.

like image 108
German Attanasio Avatar answered Nov 14 '22 23:11

German Attanasio