SyncCustomSpeechResources

Forces Media Server to synchronize speech-to-text resources (custom language models and custom word databases) with the latest data in the database.

When you train Media Server, the database is updated with new training data. However, Media Server does not use this training in analysis operations until it has synchronized with the database.

TIP: Media Server automatically synchronizes with the database before starting analysis, and at regular intervals. You only need to run this action if you have disabled automatic synchronization.

If you have disabled automatic synchronization but want your speech-to-text task to use the latest training, run SyncCustomSpeechResources and wait for the synchronization to complete before starting the task with the Process action.

Type: synchronous

Example

/action=SyncCustomSpeechResources

Response

<autnresponse>
   <action>SYNCCUSTOMSPEECHRESOURCES</action>
   <response>SUCCESS</response>
   <responsedata></responsedata>
</autnresponse>