RenameImageDescriptionModel

Renames an image description model.

Type: synchronous

Parameter Description Required
model The name of the model that you want to rename. Yes
newmodel The new name for the model (maximum 254 bytes). Yes

Example

The following example renames the model test1, using the new name model1.

/action=RenameImageDescriptionModel&model=test1&newmodel=model1

Response

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