Removes a language pack from memory.
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 HPE IDOL Speech Server.
http://localhost:13000/action=UnloadLanguage&Name=ENUS
This action uses port 13000
to instruct HPE IDOL Speech Server, which is located on the local machine, to unload the ENUS
language.
Parameter | Description | Required |
---|---|---|
ID | The ID of the language model that you want to unload. | See Comments |
Name | The name of the configuration file section where the language pack is defined. | See Comments |
OutputEncoding | The encoding to use for the action output. |
This action accepts the following standard ACI action parameters.
Parameter | Description |
---|---|
ActionID | A string to use to identify an ACI action. |
EncryptResponse | Encrypt the output. |
FileName | The file to write output to. |
ForceTemplateRefresh | Forces the server to load the template from disk. |
Output | Writes output to a file. |
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. |
You must specify a language pack by setting either Name or ID. You can retrieve the ID by sending the GetStatus action.
If you unload the language by Name, you must also specify any additional parameters that you used when you loaded the language (either when you sent the LoadLanguage action, or when you used an AddTask action that loaded a language).
For example, if you specify CustomLm and DctName in the LoadLanguage action, you might send the following UnloadLanguage
action:
http://localhost:13000/action=UnloadLanguage&Name=ENUS&CustomLM=hpe1:0.3:hpe2:0.4&DctName=hpe
|