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.
off
raw
1 parent e2bc19b commit 8727b1fCopy full SHA for 8727b1f
wyoming_microsoft_stt/__main__.py
@@ -59,7 +59,7 @@ def parse_arguments():
59
parser.add_argument(
60
"--profanity",
61
default="masked",
62
- choices=["masked", "removed", "raw"],
+ choices=["masked", "removed", "off"],
63
help="Profanity setting for speech recognition",
64
)
65
parser.add_argument("--debug", action="store_true", help="Log DEBUG messages")
0 commit comments