Mech-DLK SDK C API 2.1.1
C API reference documentation for secondary development with Mech-DLK
Loading...
Searching...
No Matches
Data Fields
ClassificationResult Struct Reference

This struct defines the classification result. More...

#include <dl_result.h>

Data Fields

int labelIndex
 Category label index.
 
char * labelName
 Category label name.
 
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.

◆ labelIndex

int ClassificationResult::labelIndex

Category label index.

◆ labelName

char* ClassificationResult::labelName

Category label name.

◆ restoreInfo

ResultRestoreInfo ClassificationResult::restoreInfo

Information required for result restoration.


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