ExportCustomSpeechLanguageModel
Exports a custom language model to a file, so that it can be imported into a different training database.
Type: asynchronous
Parameter | Description | Required |
---|---|---|
identifier
|
The identifier of the custom language model to export. | Yes |
modelpath
|
The path of the file to create, containing the data. Specify an absolute path, or a path relative to the Media Server executable file. Media Server must be permitted to write to the path (see AllowedOutputDirectoryCSVs). |
Yes |
Example
The following example exports the custom language model named "MedicalTerms":
/action=ExportCustomSpeechLanguageModel&identifier=MedicalTerms &modelpath=./exported/MedicalTerms.dat
Response
This action is asynchronous, so Media Server always returns success accompanied by a token. You can use this token with the QueueInfo action to retrieve the status of your request.