NVIDIA DeepStream SDK API Reference

9.1 Release
NvDsGetRequestInfo Struct Reference

Detailed Description

Definition at line 360 of file sources/includes/nvds_rest_server.h.

Collaboration diagram for NvDsGetRequestInfo:

Data Fields

std::string root_key
 
std::string stream_id
 
gboolean is_text
 
NvDsServerGetRequestStatus status
 
NvDsServerGetRequestPropFlag get_request_flag
 
std::string get_request_log
 
std::string uri
 
Json::Value stream_info
 
std::vector< NvDsSensorInfo * > sensorInfo_vec
 
NvDsServerErrorInfo err_info
 

Field Documentation

◆ err_info

NvDsServerErrorInfo NvDsGetRequestInfo::err_info

Definition at line 371 of file sources/includes/nvds_rest_server.h.

◆ get_request_flag

NvDsServerGetRequestPropFlag NvDsGetRequestInfo::get_request_flag

Definition at line 366 of file sources/includes/nvds_rest_server.h.

◆ get_request_log

std::string NvDsGetRequestInfo::get_request_log

Definition at line 367 of file sources/includes/nvds_rest_server.h.

◆ is_text

gboolean NvDsGetRequestInfo::is_text

Definition at line 364 of file sources/includes/nvds_rest_server.h.

◆ root_key

std::string NvDsGetRequestInfo::root_key

Definition at line 362 of file sources/includes/nvds_rest_server.h.

◆ sensorInfo_vec

std::vector< NvDsSensorInfo * > NvDsGetRequestInfo::sensorInfo_vec

Definition at line 370 of file sources/includes/nvds_rest_server.h.

◆ status

NvDsServerGetRequestStatus NvDsGetRequestInfo::status

Definition at line 365 of file sources/includes/nvds_rest_server.h.

◆ stream_id

std::string NvDsGetRequestInfo::stream_id

Definition at line 363 of file sources/includes/nvds_rest_server.h.

◆ stream_info

Json::Value NvDsGetRequestInfo::stream_info

Definition at line 369 of file sources/includes/nvds_rest_server.h.

◆ uri

std::string NvDsGetRequestInfo::uri

Definition at line 368 of file sources/includes/nvds_rest_server.h.


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