Skip to content

Commit

Permalink
fix: mistyped definition for alternative confidence on live event (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes authored Dec 5, 2023
1 parent 520565d commit ce526f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/LiveTranscriptionEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface LiveTranscriptionEvent {
channel: {
alternatives: {
transcript: string;
confidence: boolean;
confidence: number;
words: {
word: string;
start: number;
Expand Down

0 comments on commit ce526f1

Please sign in to comment.