File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,14 @@ export type LiveTranscriptionOptions = {
139
139
* @see https://developers.deepgram.com/documentation/features/keywords/
140
140
*/
141
141
keywords ?: Array < string > ;
142
+
143
+ /**
144
+ * Support for out-of-vocabulary (OOV) keyword boosting when processing streaming audio is
145
+ * currently in beta; to fall back to previous keyword behavior append the query parameter
146
+ * keyword_boost=legacy to your API request.
147
+ */
148
+ keyword_boost ?: string ;
149
+
142
150
/**
143
151
* Indicates whether the streaming endpoint should send you updates to its
144
152
* transcription as more audio becomes available. By default, the streaming
Original file line number Diff line number Diff line change @@ -147,6 +147,13 @@ export type PrerecordedTranscriptionOptions = {
147
147
*/
148
148
keywords ?: Array < string > ;
149
149
150
+ /**
151
+ * Support for out-of-vocabulary (OOV) keyword boosting when processing streaming audio is
152
+ * currently in beta; to fall back to previous keyword behavior append the query parameter
153
+ * keyword_boost=legacy to your API request.
154
+ */
155
+ keyword_boost ?: string ;
156
+
150
157
/**
151
158
* Indicates whether Deepgram will segment speech into meaningful semantic
152
159
* units, which allows the model to interact more naturally and effectively
You can’t perform that action at this time.
0 commit comments