Whether the results include custom language models that do not have accompanying information files.
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 contains the name of the base language, the base language model, and the 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 exclude custom language models without accompanying information files from the results by setting IncludeUnk
to False
.
Action: | ListCustomLm |
---|---|
Type: | String |
Default: | True (unknown models are included in the results) |
Example: | IncludeUnk=False
|
See Also: | BaseLang |
|