Skip to content

Commit 38b57b5

Browse files
Merge pull request #243 from dvonthenen/speaker-live-stream
Missing Speaker Index on Live Stream
2 parents d880cfb + 612f0e6 commit 38b57b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deepgram/clients/live/v1/response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class Word:
1818
end: Optional[float] = 0
1919
confidence: Optional[float] = 0
2020
punctuated_word: Optional[str] = ""
21+
speaker: Optional[int] = 0
2122

2223
def __getitem__(self, key):
2324
_dict = self.to_dict()

0 commit comments

Comments
 (0)