stub_analytics_plugin
1.6
Network Optix Video Analytics SDK
|
#include <metadata_item.h>
Public Member Functions | |
virtual const char * | typeId () const =0 |
virtual float | confidence () const =0 |
![]() | |
virtual void * | queryInterface (const nxpl::NX_GUID &interfaceID)=0 |
Cast to type, specified by interfaceID. More... | |
virtual unsigned int | addRef ()=0 |
Increment reference counter. More... | |
virtual unsigned int | releaseRef ()=0 |
Decrement reference counter. More... | |
Interface for particular item of metadata (e.g. event, detected object) which is contained in a metadata packet.
|
pure virtual |
Level of confidence in range (0..1]
|
pure virtual |
Human-readable hierarchical type, e.g. "someCompany.someEngine.lineCrossing".