Versions in this module Expand all Collapse all v0 v0.1.0 Jul 5, 2026 Changes in this version + type Config struct + Diarization bool + Enabled bool + Language string + Model string + Provider string + Punctuation bool + WordTimestamps bool + type Segment struct + Confidence float64 + EndTime time.Duration + ID string + IsFinal bool + Language string + ParticipantID string + ParticipantName string + StartTime time.Duration + Text string + Words []Word + type Transcript struct + CreatedAt time.Time + Duration time.Duration + ID string + Language string + MeetingID string + Segments []Segment + UpdatedAt time.Time + func (t *Transcript) ByParticipant() map[string][]Segment + func (t *Transcript) Text() string + type Word struct + Confidence float64 + EndTime time.Duration + StartTime time.Duration + Text string