Manually loads a language pack. This ensures that the language model required for a task is ready for use, which reduces startup time for tasks that are added later. Manually loaded language packs remain in memory until they are unloaded, so you must manually unload the packs when they are no longer needed (see UnloadLanguage).
The LoadLanguage
action is asynchronous by default.
http://localhost:13000/action=LoadLanguage&Name=ENUS
This action uses port 13000
to instruct HPE IDOL Speech Server, which is located on the local machine, to load the ENUS
language.
Parameter | Description | Required |
---|---|---|
ActionID | A string to use to identify an ACI action. | |
CustomLm | The custom language model to use. | |
DctName | The name of the custom dictionary file to use. | |
EncryptResponse | Encrypt the output. | |
FileName | The file to write output to. | |
ForceTemplateRefresh | Forces the server to load the template from disk. | |
Name | The name of the configuration file section where the language pack is defined. | Yes |
Output | Write output to a file. | |
OutputEncoding | The encoding to use for the action output. | |
PronFile | The name of the file to use to add or update pronunciations. | |
ResponseFormat | The format of the action output. | |
Template | The template to use for the action output. | |
TemplateParamCSVs | A list of variables to use for the specified template. |
|