Mech-DLK SDK C API 2.0.2
C API reference documentation for secondary development with Mech-DLK
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Pages
Data Fields
ClassificationResult Struct Reference

This struct defines the classification result. More...

#include <dl_result.h>

Data Fields

int label
 Category label.
 
float confidence
 Confidence of the corresponding category.
 
ResultRestoreInfo restoreInfo
 Information required for result restoration.
 

Detailed Description

This struct defines the classification result.

Field Documentation

◆ confidence

float ClassificationResult::confidence

Confidence of the corresponding category.

◆ label

int ClassificationResult::label

Category label.

◆ restoreInfo

ResultRestoreInfo ClassificationResult::restoreInfo

Information required for result restoration.


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