Returns a list of all custom language models built using IDOL Speech Server.
You can filter results by language or by information availability. 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 |
---|---|---|
ActionID | A string to use to identify an ACI action. | |
BaseLang | The language to restrict results to. | |
Dir | The directory containing the custom language models. | |
EncryptResponse | Encrypt the output. | |
FileName | The file to write output to. | |
ForceTemplateRefresh | Forces the server to load the template from disk. | |
IncludeUnk | Whether the results include custom language models that do not have an accompanying information (.lmi) file. | |
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. |
|