Skip to content

Commit

Permalink
feat: implement no_delay
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads authored and davidvonthenen committed Jul 12, 2024
1 parent b61331c commit 726f676
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/types/TranscriptionSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ interface LiveSchema extends TranscriptionSchema {
*/
interim_results?: boolean;

/**
* @see https://developers.deepgram.com/docs/smart-format#using-no-delay
*/
no_delay?: boolean;

/**
* @see https://developers.deepgram.com/docs/understanding-end-of-speech-detection
*/
Expand Down

0 comments on commit 726f676

Please sign in to comment.