Skip to content

Commit

Permalink
Merge pull request #156 from deepgram/lo/filler-words
Browse files Browse the repository at this point in the history
feat: filler words release
  • Loading branch information
SandraRodgers committed Jul 27, 2023
2 parents 1288778 + 11b90b8 commit 74a4e56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types/liveTranscriptionOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,11 @@ export type LiveTranscriptionOptions = {

ner?: boolean;

/**
* @see https://developers.deepgram.com/docs/filler-words
*/
filler_words?: boolean;

/**
* allow arbitrary unknown key/value pairs to be passed through the SDK to the API
*/
Expand Down
5 changes: 5 additions & 0 deletions src/types/prerecordedTranscriptionOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,11 @@ export type PrerecordedTranscriptionOptions = {

ner?: boolean;

/**
* @see https://developers.deepgram.com/docs/filler-words
*/
filler_words?: boolean;

/**
* allow arbitrary unknown key/value pairs to be passed through the SDK to the API
*/
Expand Down

0 comments on commit 74a4e56

Please sign in to comment.