MCPcopy Create free account
hub / github.com/disler/indydevtools / TranscriptSegment

Class TranscriptSegment

indy_dev_tools/models.py:151–157  ·  view source on GitHub ↗

Represents a segment in the transcript.

Source from the content-addressed store, hash-verified

149
150
151class TranscriptSegment(BaseModel):
152 """Represents a segment in the transcript."""
153
154 start: float
155 end: float
156 text: str
157 words: List[TranscriptWord]
158
159
160class Transcription(BaseModel):

Callers 1

create_transcriptionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected