NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsServerInferInfo Struct Reference

Detailed Description

Definition at line 284 of file includes/nvds_rest_server.h.

Collaboration diagram for NvDsServerInferInfo:

Data Fields

std::string root_key
 
std::string stream_id
 
guint interval
 
NvDsServerInferStatus status
 
NvDsServerInferPropFlag infer_flag
 
std::string infer_log
 
std::string uri
 
NvDsServerErrorInfo err_info
 

Field Documentation

◆ err_info

NvDsServerErrorInfo NvDsServerInferInfo::err_info

Definition at line 293 of file includes/nvds_rest_server.h.

◆ infer_flag

NvDsServerInferPropFlag NvDsServerInferInfo::infer_flag

Definition at line 290 of file includes/nvds_rest_server.h.

◆ infer_log

std::string NvDsServerInferInfo::infer_log

Definition at line 291 of file includes/nvds_rest_server.h.

◆ interval

guint NvDsServerInferInfo::interval

Definition at line 288 of file includes/nvds_rest_server.h.

◆ root_key

std::string NvDsServerInferInfo::root_key

Definition at line 286 of file includes/nvds_rest_server.h.

◆ status

NvDsServerInferStatus NvDsServerInferInfo::status

Definition at line 289 of file includes/nvds_rest_server.h.

◆ stream_id

std::string NvDsServerInferInfo::stream_id

Definition at line 287 of file includes/nvds_rest_server.h.

◆ uri

std::string NvDsServerInferInfo::uri

Definition at line 292 of file includes/nvds_rest_server.h.


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