TrainCustomSpeechWord
Adds a word to a custom word database for speech-to-text.
Type: synchronous
| Parameter | Description | Required |
|---|---|---|
database
|
The name of the database to add the word to. | Yes |
word
|
The word to add. | Yes |
Example
The following example adds the word "AcmeSoft" to the database "words".
/action=TrainCustomSpeechWord&database=words&word=AcmeSoft
Response
The following XML is an example response:
<autnresponse> <action>TRAINCUSTOMSPEECHWORD</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>