We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c601e75 + 899b38d commit d2c4334Copy full SHA for d2c4334
deepgram/clients/live/v1/options.py
@@ -72,7 +72,7 @@ class LiveOptions:
72
profanity_filter: Optional[bool] = field(
73
default=None, metadata=config(exclude=lambda f: f is None)
74
)
75
- redact: Optional[bool] = field(
+ redact: Optional[Union[List[str], bool, str]] = field(
76
77
78
replace: Optional[str] = field(
0 commit comments