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

This file contains the ClassificationResult class. More...

#include <map>
#include <memory>
#include <string>
#include <vector>
#include "mip/mip_namespace.h"
#include "mip/upe/detailed_classification_result.h"
+ Include dependency graph for classification_result.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Typedefs

using ClassificationResults = std::map<std::string, std::shared_ptr<ClassificationResult>>
 A container that contains the results of a classification call on the Execution State.
 

Detailed Description

This file contains the ClassificationResult class.

Definition in file classification_result.h.

Typedef Documentation

◆ ClassificationResults

using ClassificationResults = std::map<std::string, std::shared_ptr<ClassificationResult>>

A container that contains the results of a classification call on the Execution State.

Definition at line 99 of file classification_result.h.