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.
Asked
Active
Viewed 185 times
5
-
I saw they have .NET Standard Version of the Library https://github.com/watson-developer-cloud/dotnet-standard-sdk ! – N Subedi Oct 09 '18 at 13:37
-
@NirmalSubedi yes you are correct but it will not support in xamarin forms – Pritish Oct 10 '18 at 07:10
-
It is compatible with .NetStandard 1.3, not sure why doesn't it support Xamarin.Forms? Did you try adding it? – memsranga Oct 24 '18 at 23:16
-
@Shan yes I tried it but not get success. – Pritish Oct 29 '18 at 12:05
-
I'm able to add it to a sample project. Any errors while adding? – memsranga Oct 29 '18 at 13:12
-
do you have its sample? will you please share that with me. its more helpful for me. – Pritish Oct 29 '18 at 13:18
-
@jsanalytics do you have its sample code for reference – Pritish Oct 30 '18 at 06:33
-
@jsanalytics thanks for your valuable reply – Pritish Oct 30 '18 at 12:07
1 Answers
1
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.

German Attanasio
- 22,217
- 7
- 47
- 63