Skip to content

Commit

Permalink
move language to TranscriptionSegment (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored May 1, 2024
1 parent 151d757 commit c286435
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
40 changes: 20 additions & 20 deletions livekit/livekit_models.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion protobufs/livekit_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ message Transcription {
string participant_identity = 2;
string track_id = 3;
repeated TranscriptionSegment segments = 4;
string language = 5;

// NEXT_ID: 6
}

message TranscriptionSegment {
Expand All @@ -278,6 +279,7 @@ message TranscriptionSegment {
uint64 start_time = 3;
uint64 end_time = 4;
bool final = 5;
string language = 6;
}

enum ConnectionQuality {
Expand Down

0 comments on commit c286435

Please sign in to comment.