Skip to content

Commit

Permalink
Add from_finalize property to LiveTranscriptionEvent
Browse files Browse the repository at this point in the history
This simply adds the `from_finalize` property to the `LiveTranscriptionEvent` type, described in [Documentation / Finalize](https://developers.deepgram.com/docs/finalize#finalize-confirmation).
  • Loading branch information
dbburgess authored and naomi-lgbt committed Jan 21, 2025
1 parent 18b4640 commit 2039f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/types/LiveTranscriptionEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ export interface LiveTranscriptionEvent {
};
model_uuid: string;
};
from_finalize: boolean;
}

0 comments on commit 2039f59

Please sign in to comment.