Returns a list of all resources that are configured and available for use in tasks. IDOL Speech Server returns the list as XML.
http://localhost:15000/action=ListResources&Type=Lang&Found=True
This action requests a list of all configured lang resources that are on disk.
Parameter | Description | Required |
---|---|---|
Found | Whether to exclude languages that do not have lang files on disk. | |
LangCode | A language code to restrict results to (for example, ENUK ). |
|
Licensed | Whether to exclude unlicensed languages from the results. | |
OutputEncoding | The encoding to use for the action output. | |
Type | A resource type to restrict results to. |
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. |
|