namespace MeetingAssistant.Transcription; public sealed record TranscriptionSegment(TimeSpan Start, TimeSpan End, string Speaker, string Text);