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

Partial results #5

Closed flocbit closed 6 years ago

flocbit commented 6 years ago

Hi there,

I was wondering if it's possible to receive partial results like on Bing Speech API website? Could not find anything neither in docs nor in sample app.

Cheers

flocbit commented 6 years ago

I guess the only way to realise intermediate results is binding the client libraries...

NateRickard commented 6 years ago

I believe it requires using a websocket connection, which this lib does not do yet.