NvDsEventMsgMeta¶
- 
class pyds.NvDsEventMsgMeta¶
- Holds face parameters. - 
property bbox¶
- bounding box of object 
 - 
cast(*args, **kwargs)¶
- Overloaded function. - cast(self: capsule) -> pyds.NvDsEventMsgMeta 
 - casts to NvDsEventMsgMeta object, call pyds.NvDsEventMsgMeta(data) - cast(self: int) -> pyds.NvDsEventMsgMeta 
 - casts to NvDsEventMsgMeta object, call pyds.NvDsEventMsgMeta(data) 
 - 
property componentId¶
- id of component that generated this event 
 - 
property confidence¶
- confidence of inference 
 - 
property coordinate¶
- coordinate of object 
 - 
property extMsg¶
- To extend the event message meta data. This can be used for custom values that can’t be accommodated in the existing fields OR if object(vehicle, person, face etc.) specific values needs to be attached. 
 - 
property frameId¶
- video frame id of this event 
 - 
property location¶
- Geo-location of object 
 - 
property moduleId¶
- id of analytics module that generated the event 
 - 
property objClassId¶
- class id of object 
 - 
property objSignature¶
- signature of object 
 - 
property objType¶
- type of object 
 - 
property objectId¶
- id of detected / inferred object 
 - 
property otherAttrs¶
- other attributes associated with the object 
 - 
property placeId¶
- id of place related to the object 
 - 
property sensorId¶
- id of sensor that generated the event 
 - 
property sensorStr¶
- Identity string of sensor 
 - 
property trackingId¶
- tracking id of object 
 - 
property ts¶
- time stamp of generated event 
 - 
property type¶
- type of event 
 - 
property videoPath¶
- name of video file 
 
- 
property