Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
Loading...
Searching...
No Matches
DetailedClassificationResult Class Referenceabstract

Class that contains the result of a classification call on the Execution State. More...

#include <src/api/mip/upe/detailed_classification_result.h>

Public Member Functions

virtual int GetConfidenceLevel () const =0
 Get the confidence in the result.
 
virtual int GetCount () const =0
 Get the instance count.
 

Detailed Description

Class that contains the result of a classification call on the Execution State.

Definition at line 42 of file detailed_classification_result.h.

Member Function Documentation

◆ GetConfidenceLevel()

virtual int DetailedClassificationResult::GetConfidenceLevel ( ) const
pure virtual

Get the confidence in the result.

Returns
numerical confidence in count from 0-100.

◆ GetCount()

virtual int DetailedClassificationResult::GetCount ( ) const
pure virtual

Get the instance count.

Returns
the instance count.

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