The balance between speed and accuracy in the decoder.
By default, SpeedBiasLevel
is set to 0
, which leaves the underlying parameter settings untouched (that is, quick configuration of relevant parameters is disabled).
To enable the speed configuration, set SpeedBiasLevel
to a value between 1
(slowest) and 6
(fastest). The default speech-to-text parameters are equivalent to a speed bias of 2
.
You can use the SpeedBiasLevel
functionality only when the speech-to-text mode is fixed
, and with a DNN-based language resource.
Type: | Integer |
---|---|
Default: |
0 |
Ranges: |
0-6 |
Required: | No |
Configuration Section: | stt module |
Example: | SpeedBiasLevel=3
|
See also: | SpeedBiasLevel (action parameter) |
|