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!