We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ad713 commit e6f95c1Copy full SHA for e6f95c1
1 file changed
src/types/liveTranscriptionOptions.ts
@@ -61,7 +61,7 @@ export type LiveTranscriptionOptions = {
61
* `ssn` (*beta*): Redacts social security numbers
62
* @see https://developers.deepgram.com/api-reference/speech-recognition-api#operation/transcribeAudio/properties/redact
63
*/
64
- redact?: Array<string>;
+ redact?: string | boolean;
65
66
/**
67
* Indicates whether to recognize speaker changes. When passed in, each word
0 commit comments