Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
Recommend label actions is meant to suggest a label to the users. More...
#include <src/api/mip/upe/recommend_label_action.h>
Public Member Functions | |
virtual const std::vector< std::string > & | GetClassificationIds () const =0 |
Get the Classification IDs that matched and caused this label to appear. | |
virtual const std::shared_ptr< Label > & | GetLabel () const =0 |
Get the label suggested. | |
virtual ActionType | GetType () const =0 |
Get the type of Action. | |
Recommend label actions is meant to suggest a label to the users.
Suppressing this call after a user ignores the recommended label should be done through the supported actions on the execution state.
Definition at line 48 of file recommend_label_action.h.
|
pure virtual |
Get the Classification IDs that matched and caused this label to appear.
|
pure virtual |
Get the label suggested.
|
pure virtualinherited |
Get the type of Action.