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

Class TranscriptWord

indy_dev_tools/models.py:143–148  ·  view source on GitHub ↗

Represents a word in the transcript.

Source from the content-addressed store, hash-verified

141
142
143class TranscriptWord(BaseModel):
144 """Represents a word in the transcript."""
145
146 start: float
147 end: float
148 word: str
149
150
151class TranscriptSegment(BaseModel):

Callers 1

create_transcriptionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected