NVIDIA DeepStream SDK API Reference

9.1 Release
NvDsServerTextEmbeddingInfo Struct Reference

Detailed Description

Definition at line 409 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 414 of file sources/includes/nvds_rest_server.h.

◆ data

Json::Value NvDsServerTextEmbeddingInfo::data

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

◆ err_info

NvDsServerErrorInfo NvDsServerTextEmbeddingInfo::err_info

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

◆ id

std::string NvDsServerTextEmbeddingInfo::id

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

◆ model

std::string NvDsServerTextEmbeddingInfo::model

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

◆ status

NvDsServerTextEmbeddingStatus NvDsServerTextEmbeddingInfo::status

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

◆ text_embedding_flag

NvDsServerTextEmbeddingPropFlag NvDsServerTextEmbeddingInfo::text_embedding_flag

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

◆ text_embedding_log

std::string NvDsServerTextEmbeddingInfo::text_embedding_log

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

◆ text_input

std::string NvDsServerTextEmbeddingInfo::text_input

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

◆ uri

std::string NvDsServerTextEmbeddingInfo::uri

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


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