TransData

data class TransData(val segments: List<TransSegment>)

Parsed transcription data from a .trans JSON file.

Constructors

Link copied to clipboard
constructor(segments: List<TransSegment>)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard

List of transcription segments

Functions

Link copied to clipboard

Get all notes across all segments as a flat NotesData structure.