The name of a section in the CFS configuration file that specifies settings for speech-to-text. CFS passes the parameters in that section to the IDOL Speech Server AddTask
action when it starts the WavToText
task. CFS uses this task for speech-to-text processing when you send audio to Speech Server using a shared folder.
For information about the parameters that you can set, refer to the IDOL Speech Server documentation for action=AddTask&Type=WavToText...
Type: | String |
Default: | |
Required | No |
Configuration Section: | Any section that you have defined for IDOL Speech settings |
Example: | [IdolSpeech] WavToTextParameterSection=IdolSpeechWavToText [IdolSpeechWavToText] // Speech Server Parameters CustomLm=autn1:0.3:autn2:0.4 |
See Also: | StreamToTextParameterSection |
|