Returns a list of all custom language models built using IDOL Speech Server.
You can filter results by language. information availability, and build label, and you can filter the results to the latest build.
From IDOL Speech Server version 10.8.0, the language model building operation produces a language model information (.lmi) file along with the language model. The information file lists the base language, base language model, and suggested interpolation weight. If an information file is unavailable for a custom language model, the ListCustomLm
action returns only the model name; other results fields contain 'Unknown
'. You can choose to exclude custom language models without accompanying information files from the results.
http://localhost:13000/action=ListCustomLm&BaseLang=ENUS
This action uses port 13000
to instruct IDOL Speech Server, which is located on the local machine, to return a list of all U.S. English custom language models.
Parameter | Description | Required |
---|---|---|
BaseLang | The language to restrict results to. | |
BuildLabel | The build label to restrict results to. | |
Dir | The directory containing the custom language models. | |
IncludeUnk | Whether the results include custom language models that do not have an accompanying information (.lmi) file. | |
LatestOnly | Whether to restrict the results to the latest language model build for each build label. | |
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. |
|