|
Mech-DLK SDK C API 2.1.1
C API reference documentation for secondary development with Mech-DLK
|
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. | |
This struct defines the classification result.
| float ClassificationResult::confidence |
Confidence of the corresponding category.
| int ClassificationResult::labelIndex |
Category label index.
| char* ClassificationResult::labelName |
Category label name.
| ResultRestoreInfo ClassificationResult::restoreInfo |
Information required for result restoration.