Azure-Samples / Cognitive-Speech-STT-ServiceLibrary

Service SDK - C# Samples, documentation for service to service speech to text
22 stars 26 forks source link

Request finishes, but no result events occur #2

Closed StefanRiedmann closed 7 years ago

StefanRiedmann commented 7 years ago

The api key is fine, and works with the client library: https://www.microsoft.com/cognitive-services/en-us/Speech-api/documentation/GetStarted/GetStartedCSharpDesktop

But that client library doesnt work in Azure, where I want to deploy my service, so I would really need the service sdk.

The file I'm sending with the request is the same 'whatstheweatherlike.wav' like in the wpf example.

Any idea how to get more debug info?

amrmahdi commented 7 years ago

Are you using the exact sample code and it is not working ? Do you have the trace logs emitted from the SDK?

priyaravi20 commented 7 years ago

Closing due to no response.