nx_metadata_sdk  1.0
Metadata SDK
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
nx::sdk::analytics::IEventMetadata Class Referenceabstract
Inheritance diagram for nx::sdk::analytics::IEventMetadata:
nx::sdk::Interface< IEventMetadata, IEventMetadata0 >

Public Member Functions

Uuid trackId () const
 
- Public Member Functions inherited from nx::sdk::Interface< IEventMetadata, IEventMetadata0 >
virtual IRefCountablequeryInterface (const InterfaceId *id)
 
Ptr< InterfacequeryInterface ()
 
Ptr< const InterfacequeryInterface () const
 

Static Public Member Functions

static auto interfaceId ()
 

Protected Member Functions

virtual void getTrackId (Uuid *outValue) const =0
 
- Protected Member Functions inherited from nx::sdk::Interface< IEventMetadata, IEventMetadata0 >
virtual IRefCountablequeryInterface (const IRefCountable::InterfaceId *id) override
 
IRefCountablequeryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId)
 

Member Function Documentation

◆ getTrackId()

virtual void nx::sdk::analytics::IEventMetadata::getTrackId ( Uuid outValue) const
protectedpure virtual

Called by trackId()

◆ trackId()

Uuid nx::sdk::analytics::IEventMetadata::trackId ( ) const
inline
Returns
Id of the object track. Object track is a sequence of object detections from its first appearance on the scene till its disappearance. The same object can have multiple tracks (e.g. the same person entered and exited a room several times).

The documentation for this class was generated from the following file: