SpeechLanguageResources
A comma-separated list of sections in the configuration file that contain information about the speech language resources to load when Media Server starts.
In the sections that you specify, use the parameters LanguagePack and CustomLanguageModel to define the language pack and custom language model(s) to include in the resource. Set the parameter CustomWordDatabase if you want to include a custom word database.
Ensure that the language pack, custom language models, and custom word database that you specify match those you intend to use in your speech-to-text analysis task. For information about why you might want to pre-load language resources, refer to the Media Server Administration Guide.
Type: | String (comma-separated list) |
Default: | |
Required: | No |
Configuration Section: | PersistentData |
Example: |
The following example configures Media Server to load two language resources when it starts. The second resource includes a custom language model. [PersistentData] SpeechLanguageResources=BritishEnglish,WithCustomLM [BritishEnglish] LanguagePack=ENUK [WithCustomLM] LanguagePack=ENUK CustomLanguageModel=MedicalTerms:0.1 |
See Also: |