Skip to content

Commit 726f676

Browse files
orgadsdavidvonthenen
authored andcommitted
feat: implement no_delay
1 parent b61331c commit 726f676

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/lib/types/TranscriptionSchema.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,11 @@ interface LiveSchema extends TranscriptionSchema {
222222
*/
223223
interim_results?: boolean;
224224

225+
/**
226+
* @see https://developers.deepgram.com/docs/smart-format#using-no-delay
227+
*/
228+
no_delay?: boolean;
229+
225230
/**
226231
* @see https://developers.deepgram.com/docs/understanding-end-of-speech-detection
227232
*/

0 commit comments

Comments
 (0)