Skip to content

Commit

Permalink
fix: add missing feature flag to enable
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Jan 24, 2024
1 parent 1a38be0 commit c7a5237
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 @@ -153,6 +153,11 @@ interface LiveSchema extends TranscriptionSchema {
* @see https://developers.deepgram.com/docs/interim-results
*/
interim_results?: boolean;

/**
* @see https://developers.deepgram.com/docs/understanding-end-of-speech-detection
*/
utterance_end_ms?: number;
}

export type { TranscriptionSchema, PrerecordedSchema, LiveSchema };

0 comments on commit c7a5237

Please sign in to comment.