|
Mech-DLK SDK C API 2.0.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 | label |
| Category label. | |
| 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::label |
Category label.
| ResultRestoreInfo ClassificationResult::restoreInfo |
Information required for result restoration.