ListCustomSpeechWordDatabases
Lists the databases that have been created to store custom words for speech-to-text.
Type: synchronous
Example
/action=ListCustomSpeechWordDatabases
Response
The response includes a list of databases. The numentries
element contains the number of words that have been added to the database.
<autnresponse> <action>LISTCUSTOMSPEECHWORDDATABASES</action> <response>SUCCESS</response> <responsedata> <database> <database>words</database> <numentries>0</numentries> </database> </responsedata> </autnresponse>