Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
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"
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. | |
This file contains the ClassificationResult class.
Definition in file classification_result.h.
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.