Skip to main content

read_transcript

Function read_transcript 

Source
pub fn read_transcript(path: &Path) -> Result<Vec<TranscriptEvent>>
Expand description

Reads all TranscriptEvents from a JSONL file. Blank lines are skipped; parse errors include the line number.