AddVisualClusteringItemMetadata
Adds custom metadata (a key-value pair) to a visual clustering item.
Type: synchronous
| Parameter | Description | Required |
|---|---|---|
database
|
The name of the database that contains the item. | Yes |
identifier
|
The identifier of the item that you want to add metadata to. | Yes |
key
|
The key to add (maximum 254 bytes). | Yes |
value
|
The value to add (maximum 254 bytes). | Yes |
Example
The following example adds metadata to an item:
/action=AddVisualClusteringItemMetadata&database=BroadcastClips&identifier=item1&key=duration&value=180
Response
<autnresponse>
<action>ADDVISUALCLUSTERINGITEMMETADATA</action>
<response>SUCCESS</response>
<responsedata></responsedata>
</autnresponse>