In deepgram/types/listen_v1response_results_utterances_item.py, ListenV1ResponseResultsUtterancesItem.speaker is defined as float. Is this on purpose? When can the speaker have fractional values?
This is a problem for us because we use the deepgram-captions package, and the generated subtitles end up being "[speaker 0.0]", "[speaker 1.0]" etc.
This is in SDK version 5.3.0. With 4.8 we didn't have this issue.
In
deepgram/types/listen_v1response_results_utterances_item.py,ListenV1ResponseResultsUtterancesItem.speakeris defined as float. Is this on purpose? When can the speaker have fractional values?This is a problem for us because we use the
deepgram-captionspackage, and the generated subtitles end up being "[speaker 0.0]", "[speaker 1.0]" etc.This is in SDK version 5.3.0. With 4.8 we didn't have this issue.