Public Access
4 lines
145 B
C#
4 lines
145 B
C#
namespace MeetingAssistant.Transcription;
|
|
|
|
public sealed record TranscriptionSegment(TimeSpan Start, TimeSpan End, string Speaker, string Text);
|