ListCustomSpeechWords

Lists the words that have been added to a custom word database for speech-to-text.

Type: synchronous

Parameter Description Required
database The name of the database to query. Yes

Example

/action=ListCustomSpeechWords&database=words

Response

The following XML is an example response after a single word has been added to the custom word database:

<autnresponse>
  <action>LISTCUSTOMSPEECHWORDS</action>
  <response>SUCCESS</response>
  <responsedata>
    <words>
      <customword>
        <word>AcmeSoft</word>
        <baseword>Microsoft</baseword>
        <weight>1</weight>
      </customword>
    </words>
  </responsedata>
</autnresponse>