CreateCustomSpeechWordDatabase

Creates a new, empty, database to store custom words for speech-to-text.

Type: synchronous

Parameter Description Required
database The name for the new database (maximum 254 bytes). Yes

Example

The following example creates an empty database named words:

/action=CreateCustomSpeechWordDatabase&database=words

Response

<autnresponse>
  <action>CREATECUSTOMSPEECHWORDDATABASE</action>
  <response>SUCCESS</response>
  <responsedata></responsedata>
</autnresponse>