The ModeValue
parameter sets the value of the parameter associated with the speech-to-text algorithm mode specified by the Mode
parameter.
Setting ModeValue
high increases the accuracy of the analysis.
If Mode=fixed
, the ModeValue
is the beam width of the search process. A higher beam width than the default leads to slower but possibly more accurate processing, while a lower beam width is faster but probably less accurate.
If Mode=relative
, the ModeValue
corresponds to real-time scaling. The higher the value, the longer processing takes.
If Mode=live
, ModeValue
has no effect.
Type: | Decimal |
---|---|
Default: |
4.0 if 1.0 if |
Ranges: |
1.0–4.0 if The minimum value if |
Required: | No |
Configuration Section: | stt module |
Example: | ModeValue=4.0
|
See also: | ModeValue (action parameter) |
|