An Azure service that integrates speech processing into apps and services.
You haven't filled out the entire troubleshooting template, so there isn’t enough information to identify a Speech service failure yet.
To narrow down your issue, I would make 2 checks:
- Run the same input through the documented speech-to-text quickstart using the same Speech resource, region, and locale. This separates an application/audio-pipeline issue from resource configuration.
- If the result is Canceled or recognition stalls, capture the cancellation details and enable Speech SDK logging. Include the SDK version, platform, audio format, region, and the exact ErrorCode/ErrorDetails in the question.
If this is long-running or streaming audio, also verify that the app is using continuous recognition rather than RecognizeOnceAsync, which is intended for a single utterance.