33#ifndef API_MIP_UPE_CLASSIFICATION_RESULT_H_
34#define API_MIP_UPE_CLASSIFICATION_RESULT_H_
55 virtual std::string
GetId()
const = 0;
84 return std::vector<std::shared_ptr<mip::DetailedClassificationResult>>();
Class that contains the result of a classification call on the Execution State.
virtual int GetCount() const =0
Get the instance count.
virtual std::vector< std::shared_ptr< mip::DetailedClassificationResult > > GetDetailedClassificationAttributes() const
Get the specific detection bands if the enchanced classification is enabled.
virtual std::string GetSensitiveInformationDetections() const =0
Get the sensitive information detections.
virtual int GetConfidenceLevel() const =0
Get the confidence in the result.
virtual std::string GetName() const =0
Get the name of the classification policy.
virtual std::string GetId() const =0
Get the ID of the classification policy.
std::map< std::string, std::shared_ptr< ClassificationResult > > ClassificationResults
A container that contains the results of a classification call on the Execution State.
This file contains the DetailedClassificationResult class.