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
Currently, the StreamingASRManager only returns segments of text in StreamingTranscriptionUpdate but not the individual tokens and their associated timestamps.
If we want to be able to diarize with a token level precision, it sounds like we would need that information? Do you think we should add token level timestamps to the StreamingTranscriptionUpdate object? What do you think?