Removes a language pack from memory.
http://localhost:13000/action=UnloadLanguage&Name=ENUS
This action uses port 13000
to instruct IDOL Speech Server, which is located on the local machine, to unload the ENUS
language.
Parameter | Description | Required |
---|---|---|
ActionID | A string to use to identify an ACI action. | |
CustomLm | The custom language model to unload. | |
DctName | The name of the custom dictionary file to unload. | |
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. | |
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. |
To unload a custom language pack, you must specify the CustomLm parameter with the names and weights of the custom language models and the DctName parameter with the name of the dictionary file.
For example:
http://localhost:13000/action=UnloadLanguage&Name=ENUS&CustomLM=hpe1:0.3:hpe2:0.4&DctName=hpe
Sending an UnloadLanguage
action does not always unload the language immediately. The resource is marked as unloadable. It is automatically unloaded at some point determined by IDOL Speech Server.
|