Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why did the ´interim_results´ and ´low_latency´ params got removed from the websocket interface? #848

Open
blashernandez43 opened this issue Jul 25, 2024 · 2 comments

Comments

@blashernandez43
Copy link

Hello, I've noticed the python SDK doesn't support the interim_results and low_latency params in the recognize_using_websocket method from the SpeechToTextV1Adapter interface. The official docs for the API still include both of these params so I'm wondering how am I supposed to be using the websocket if I want interim results and not wait until the whole transcription ends.

Right now I just edited the library code to include them but I'm sure there is a proper way I'm missing here.
Still, it's confusing that the documentation mentions these params but they don't exist anymore in the actual SDK code.

Apologies in advance if this isn't the proper channel for this sort of message.
Thanks!

@LalitAgarwalla
Copy link

LalitAgarwalla commented Sep 10, 2024

We also had the issue. interim_results works with v7.0.0 but does not work with v8.1.0. Request the SDK team to fix this. Only LSM model does not support this, but the other model still needs this support.

@apaparazzi0329
Copy link
Contributor

Unfortunately, this was a communication error from the 8.1.0 release. I would recommend using version 8.0.0 until this is patched in a future release, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants