Exports a custom language model so that you can use it with another Media Server.
Type: synchronous
| Parameter | Description | Required |
|---|---|---|
identifier
|
The identifier of the language model to export. | Yes |
The following example uses cURL to export a custom language model and write it to the file MedicalTerms.dat.
curl http://localhost:14000 -F action=ExportCustomSpeechLanguageModel
-F identifier=MedicalTerms
-o MedicalTerms.dat
The response contains the binary data for the language model.
|
|