Mech-DLK SDK C++ API 2.1.1
C++ API reference documentation for secondary development with Mech-DLK
Loading...
Searching...
No Matches
Public Attributes | List of all members
mmind::dl::MMindClassificationResult Struct Reference

Defines the classification result. More...

#include <MMIndResult.h>

Public Attributes

std::vector< int > labelIndices
 Category label indices.
 
std::vector< std::string > labelNames
 Category label names.
 
std::vector< float > confidences
 Confidence of the corresponding category.
 

Detailed Description

Defines the classification result.

Member Data Documentation

◆ confidences

std::vector<float> mmind::dl::MMindClassificationResult::confidences

Confidence of the corresponding category.

◆ labelIndices

std::vector<int> mmind::dl::MMindClassificationResult::labelIndices

Category label indices.

◆ labelNames

std::vector<std::string> mmind::dl::MMindClassificationResult::labelNames

Category label names.


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