You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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.
Hello, I've noticed the python SDK doesn't support the
interim_results
andlow_latency
params in therecognize_using_websocket
method from theSpeechToTextV1Adapter
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!
The text was updated successfully, but these errors were encountered: