mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
fix: deepgram redact option
This commit is contained in:
@@ -506,7 +506,7 @@ module.exports = (logger) => {
|
|||||||
...(deepgramOptions.profanityFilter) &&
|
...(deepgramOptions.profanityFilter) &&
|
||||||
{DEEPGRAM_SPEECH_PROFANITY_FILTER: 1},
|
{DEEPGRAM_SPEECH_PROFANITY_FILTER: 1},
|
||||||
...(deepgramOptions.redact) &&
|
...(deepgramOptions.redact) &&
|
||||||
{DEEPGRAM_SPEECH_REDACT: 1},
|
{DEEPGRAM_SPEECH_REDACT: deepgramOptions.redact},
|
||||||
...(deepgramOptions.diarize) &&
|
...(deepgramOptions.diarize) &&
|
||||||
{DEEPGRAM_SPEECH_DIARIZE: 1},
|
{DEEPGRAM_SPEECH_DIARIZE: 1},
|
||||||
...(deepgramOptions.diarizeVersion) &&
|
...(deepgramOptions.diarizeVersion) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user