Public Access
Implement meeting assistant v1
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace MeetingAssistant.Transcription;
|
||||
|
||||
public sealed record TranscriptionSegment(TimeSpan Start, TimeSpan End, string Speaker, string Text);
|
||||
Reference in New Issue
Block a user