|
virtual const char * | typeId () const override |
|
virtual float | confidence () const override |
|
virtual int | attributeCount () const override |
|
virtual const char * | caption () const override |
|
virtual const char * | description () const override |
|
virtual bool | isActive () const override |
|
virtual const char * | key () const override |
|
void | setTypeId (std::string typeId) |
|
void | setConfidence (float confidence) |
|
void | setCaption (const std::string &caption) |
|
void | setDescription (const std::string &description) |
|
void | setIsActive (bool isActive) |
|
void | addAttribute (nx::sdk::Ptr< Attribute > attribute) |
|
void | addAttributes (const std::vector< nx::sdk::Ptr< Attribute >> &value) |
|
void | setTrackId (Uuid trackId) |
|
void | setKey (std::string key) |
|
| RefCountable (const RefCountable &)=delete |
|
| RefCountable (RefCountable &&)=delete |
|
RefCountable & | operator= (const RefCountable &)=delete |
|
RefCountable & | operator= (RefCountable &&)=delete |
|
virtual int | addRef () const override |
|
virtual int | releaseRef () const override |
|
int | refCount () const |
|
|
virtual const IAttribute * | getAttribute (int index) const override |
|
virtual void | getTrackId (Uuid *outValue) const override |
|
The documentation for this class was generated from the following files:
- src/nx/sdk/analytics/helpers/event_metadata.h
- src/nx/sdk/analytics/helpers/event_metadata.cpp