We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e6a45 commit 342c75fCopy full SHA for 342c75f
speechmatics/cli_parser.py
@@ -223,7 +223,8 @@ def get_arg_parser():
223
dest="end_of_utterance_silence_trigger",
224
type=float,
225
default=None,
226
- help=("Generate an EndOfUtterance message from the server after this many seconds of silence."),
+ help=("Generate an EndOfUtterance message from the server after this many seconds of silence (0.0-2.0)"),
227
+
228
)
229
config_parser.add_argument(
230
"--remove-disfluencies",
0 commit comments