NVIDIA DeepStream SDK API Reference

6.4 Release
GstNvInferObjectInfo Struct Reference

Detailed Description

Holds the cached information of an object.

Definition at line 120 of file gstnvinfer.h.

Public Member Functions

 GstNvInferObjectInfo (const GstNvInferObjectInfo &)=delete
 
 GstNvInferObjectInfo ()=default
 
 ~GstNvInferObjectInfo ()
 

Data Fields

std::vector< NvDsInferAttributeattributes
 Vector of cached classification attributes. More...
 
std::string label
 Cached string label. More...
 

Constructor & Destructor Documentation

◆ GstNvInferObjectInfo() [1/2]

GstNvInferObjectInfo::GstNvInferObjectInfo ( const GstNvInferObjectInfo )
delete

◆ GstNvInferObjectInfo() [2/2]

GstNvInferObjectInfo::GstNvInferObjectInfo ( )
default

◆ ~GstNvInferObjectInfo()

GstNvInferObjectInfo::~GstNvInferObjectInfo ( )
inline

Definition at line 128 of file gstnvinfer.h.

References attributes.

Field Documentation

◆ attributes

std::vector<NvDsInferAttribute> GstNvInferObjectInfo::attributes

Vector of cached classification attributes.

Definition at line 122 of file gstnvinfer.h.

Referenced by ~GstNvInferObjectInfo().

◆ label

std::string GstNvInferObjectInfo::label

Cached string label.

Definition at line 124 of file gstnvinfer.h.


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