This section describes the actions that you can use to train custom language models for speech-to-text.
Apart from AssessSpeechLanguageModel, ListCustomSpeechLanguageModels, ListSpeechLanguageResources, and QuerySpeechLanguageModel all of these actions are administrative actions. Administrative actions can be sent only by users who belong to an authorization role that allows the Admin
standard role, or which enables the action explicitly. See Authorization Roles Configuration Parameters.
AssessSpeechLanguageModel | Assess whether a language pack, optionally combined with a custom language model, is suitable for processing your audio. |
ImportCustomSpeechLanguageModel | Imports a custom language model. |
ListCustomSpeechLanguageModels | Lists the custom language models that are available. |
ListSpeechLanguageResources | Lists the language resources that you have loaded for speech-to-text processing. |
LoadSpeechLanguageResource | Loads a language resource so that it is ready when you want to start processing. |
QuerySpeechLanguageModel | Returns whether specified words are present in the vocabulary. |
RemoveCustomSpeechLanguageModel | Removes (deletes) a custom language model. |
SyncCustomSpeechLanguageModels | Forces Media Server to synchronize with the latest custom language model training in the database. |
TrainCustomSpeechLanguageModel | Trains a new custom language model. |
UnloadSpeechLanguageResource | Removes a language resource from memory. |
|