ListVideoMatchDatabases

Lists the databases that have been created for video matching.

Type: synchronous

Example

/action=ListVideoMatchDatabases

Response

The response includes the following information for each database:

  • database - the name of the database.
  • numentries - the number of clips that have been added to the database.
<autnresponse>
  <action>LISTVIDEOMATCHDATABASES</action>
  <response>SUCCESS</response>
  <responsedata>
    <database>
      <database>movies</database>
      <numentries>4</numentries>
    </database>
  </responsedata>
</autnresponse>