aivis-engine-v2-cn-sdk-c
0.0.0-master.5224.aec3e3c7x
|
#include <aivis-engine-v2-cn-core-full.h>
Data Fields | |
int64_t | timestamp |
struct DtoFloatCostValue | cost |
struct List_DtoFloatConstraintValue | constraints |
Output of ConstraintNavigatorInference infer_float() endpoint. It contains the timestamp at which the inference is called, DtoFloatCostValueWithNextNormal, List<DtoFloatConstraintValueWithNextNormal>
, and List<DtoFeatureValueWithNextNormal>
. DTO class for transferring DtoFloatConstraintValuesWithNextNormal from/to the engine. NOTE: This is not part of the JSON-API (Object is not serialized to json)
struct List_DtoFloatConstraintValue DtoFloatConstraintValues::constraints |
List of model function values
struct DtoFloatCostValue DtoFloatConstraintValues::cost |
Evaluation of cost function
int64_t DtoFloatConstraintValues::timestamp |
Detection timestamp for this data point