mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-03-07 22:33:36 +00:00
SpeakerSegment class for future diart improvements
This commit is contained in:
@@ -20,4 +20,8 @@ class Sentence(TimedText):
|
||||
|
||||
@dataclass
|
||||
class Transcript(TimedText):
|
||||
pass
|
||||
|
||||
@dataclass
|
||||
class SpeakerSegment(TimedText):
|
||||
pass
|
||||
Reference in New Issue
Block a user