uneeq-js 3.10.0 → 3.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ (Object("undefined"!=typeof self?self:this).webpackChunkUneeq=Object("undefined"!=typeof self?self:this).webpackChunkUneeq||[]).push([[48],{48(){}}]);
@@ -19,6 +19,16 @@ export interface DeepgramSTTOptions {
19
19
  fillerWords?: boolean;
20
20
  endpointing?: number;
21
21
  interruptionWordThreshold?: number;
22
+ /**
23
+ * Keyterms to boost in transcription results.
24
+ * Deepgram will give higher weight to these words/phrases during recognition.
25
+ */
26
+ keyterms?: string[];
27
+ /**
28
+ * Remove artificial delay from transcript delivery for lower latency.
29
+ * @default false
30
+ */
31
+ noDelay?: boolean;
22
32
  /**
23
33
  * Safety net timeout in milliseconds.
24
34
  * Triggers if no Deepgram events (transcripts/VAD) are received while the user is speaking.