CreateVideoMatchDatabase

Creates a new, empty, database to store training data for video matching.

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 movies.

/action=CreateVideoMatchDatabase&database=movies

Response

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

See Also

To add video clips to the database, use the action TrainVideoMatchClip.