Is there an exhaustive list of classes recognized by Metadata search?

Hello,

We are developing a plugin for video analytics using the MIP SDK. When raising an alert, we would like to include the object’s class in the Alert xml. In the following document (https://doc.milestonesys.com/mc/pdf/latest/en-US/metadatasearch-integration.pdf) it is specified that certain classes are recognized for Metadata search, we would like to know where we could find a list of all supported classes.

Best regards

Hello,

The “Metadata Search integration” document that you linked above contains all the info about what we support.

We currently distinguish between two search categories, People and Vehicles, and for each search category, we associate a number of classes. The below info is extracted from the “Metadata Search integration” document, specifically the “Search properties and categories” table, and the “Extensions and alternatives to the ONVIF Analytics Service Specification” table.

People Search Category:

  • ONVIF Object Class descriptor: Face, Human, Person, People
  • Milestone extensions: Face, Human, Person, People

Vehicles Search Category:

  • ONVIF Object Class descriptor: Vehical, Vehicle
  • Milestone extensions: Vehical Vehicle

Oh! I see, I was expecting there would be more.

Thank you for your response.