RenameSpeakerDatabase
Renames a database that stores speakers for speaker identification.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that you want to rename. | Yes |
newdatabase
|
The new name for the database (maximum 254 bytes). | Yes |
Example
The following example renames the database news
, using the new name newsbroadcasts
.
/action=RenameSpeakerDatabase&database=news&newdatabase=newsbroadcasts
Response
<autnresponse> <action>RENAMESPEAKERDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>