NVIDIA DeepStream SDK API Reference

8.0 Release
NvDsServerTextEmbeddingInfo Struct Reference

Detailed Description

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

Collaboration diagram for NvDsServerTextEmbeddingInfo:

Data Fields

std::string text_input
 
std::string model
 
std::string id
 
long created
 
Json::Value data
 
NvDsServerTextEmbeddingStatus status
 
NvDsServerTextEmbeddingPropFlag text_embedding_flag
 
std::string text_embedding_log
 
std::string uri
 
NvDsServerErrorInfo err_info
 

Field Documentation

◆ created

long NvDsServerTextEmbeddingInfo::created

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

◆ data

Json::Value NvDsServerTextEmbeddingInfo::data

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

◆ err_info

NvDsServerErrorInfo NvDsServerTextEmbeddingInfo::err_info

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

◆ id

std::string NvDsServerTextEmbeddingInfo::id

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

◆ model

std::string NvDsServerTextEmbeddingInfo::model

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

◆ status

NvDsServerTextEmbeddingStatus NvDsServerTextEmbeddingInfo::status

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

◆ text_embedding_flag

NvDsServerTextEmbeddingPropFlag NvDsServerTextEmbeddingInfo::text_embedding_flag

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

◆ text_embedding_log

std::string NvDsServerTextEmbeddingInfo::text_embedding_log

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

◆ text_input

std::string NvDsServerTextEmbeddingInfo::text_input

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

◆ uri

std::string NvDsServerTextEmbeddingInfo::uri

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


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