ExportCustomSpeechLanguageModel

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

Example

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

Response

The response contains the binary data for the language model.

See Also


_FT_HTML5_bannerTitle.htm