Lists the databases that have been created to store objects for use with object detection.
Note: This is an administrative action that can be sent only from AdminClients (which are set in the [Server]
section of the configuration file).
Type: synchronous
/action=ListObjectDatabases
The response includes a list of databases, and the number of objects that exist in each database.
<autnresponse> <action>LISTOBJECTDATABASES</action> <response>SUCCESS</response> <responsedata> <database> <database>CompanyLogos</database> <numentries>17</numentries> </database> </responsedata> </autnresponse>
|