RenameSpeaker
Renames a speaker. Use this action to change the identifier for a speaker that you have already added to a database.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the speaker. | Yes |
identifier
|
The identifier of the speaker that you want to rename. | Yes |
newidentifier
|
The new identifier for the speaker (maximum 254 bytes). | Yes |
Example
/action=RenameSpeaker&database=news &identifier=a4a28eb52367f51057c9904807a9d564 &newidentifier=JohnSmith
Response
<autnresponse> <action>RENAMESPEAKER</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>