You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/types/liveTranscriptionOptions.ts
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,6 @@ export type LiveTranscriptionOptions = {
28
28
*/
29
29
tier?: string;
30
30
31
-
/**
32
-
* Terms or phrases to search for in the submitted audio and replace
33
-
* @remarks Can send multiple instances in query string replace=this:that&replace=thisalso:thatalso. Replacing a term or phrase with nothing will remove the term or phrase from the audio transcript.
* Terms or phrases to search for in the submitted audio and replace
123
+
* @remarks Can send multiple instances in query string replace=this:that&replace=thisalso:thatalso. Replacing a term or phrase with nothing will remove the term or phrase from the audio transcript.
Copy file name to clipboardExpand all lines: src/types/prerecordedTranscriptionOptions.ts
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,6 @@ export type PrerecordedTranscriptionOptions = {
28
28
*/
29
29
tier?: string;
30
30
31
-
/**
32
-
* Terms or phrases to search for in the submitted audio and replace
33
-
* @remarks Can send multiple instances in query string replace=this:that&replace=thisalso:thatalso. Replacing a term or phrase with nothing will remove the term or phrase from the audio transcript.
* Callback URL to provide if you would like your submitted audio to be
132
117
* processed asynchronously. When passed, Deepgram will immediately respond
@@ -138,14 +123,29 @@ export type PrerecordedTranscriptionOptions = {
138
123
*/
139
124
callback?: string;
140
125
126
+
/**
127
+
* Terms or phrases to search for in the submitted audio and replace
128
+
* @remarks Can send multiple instances in query string replace=this:that&replace=thisalso:thatalso. Replacing a term or phrase with nothing will remove the term or phrase from the audio transcript.
0 commit comments