@Rhenan Bartels I believe you might be seeing a response like below if there is a long silence in your audio file.
{
"RecognitionStatus": "InitialSilenceTimeout",
"Offset": 50000000,
"Duration": 0
}
This is because the short audio API does not allow setting the initial silence parameter using REST API. The only ones supported are mentioned here.
You should try to switch to using any of the SDK and set the InitialSilenceTimeout parameter of the speech recognition engine.
If an answer is helpful, please click on or upvote
which might help other community members reading this thread.