RemoveCustomSpeechLanguageModel
Removes (deletes) a custom language model.
CAUTION: All data contained in the specified custom language model is deleted.
Type: synchronous
Parameter | Description | Required |
---|---|---|
identifier
|
The identifier of the custom language model to delete. | Yes |
Example
/action=RemoveCustomSpeechLanguageModel&identifier=MedicalTerms
Response
The following XML is an example response:
<autnresponse> <action>REMOVECUSTOMSPEECHLANGUAGEMODEL</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>