RemoveCustomSpeechWord
Removes (deletes) a word from a custom word database for speech-to-text.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the word. | Yes |
word
|
The word to remove. | Yes |
Example
/action=RemoveCustomSpeechWord&database=words&word=AcmeSoft
Response
The following XML is an example response:
<autnresponse> <action>REMOVECUSTOMSPEECHWORD</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>