You can configure HPE IDOL Speech Server to run tasks on a schedule. For example, if you want to regularly update your language models with new data, you can set up a schedule to run the LanguageModelBuild
action regularly.
You schedule tasks either by using the [Schedule]
configuration section, or by sending the ScheduleTask
action:
Scheduling a task does not impose additional limits on the languages supported.
However, you might need to consider existing limits for certain tasks. For example, for LanguageModelBuild
, some languages do not support text normalization, so you must normalize the text before running the LanguageModelBuild
task.
|