33#ifndef API_MIP_UPE_APPLY_LABEL_ACTION_H_
34#define API_MIP_UPE_APPLY_LABEL_ACTION_H_
55 virtual const std::shared_ptr<Label>&
GetLabel()
const = 0;
A file containing the Action base class and the ActionType enumerator.
Apply label actions requires the calling application to apply a specific label.
virtual const std::shared_ptr< Label > & GetLabel() const =0
Get the label required.
virtual const std::vector< std::string > & GetClassificationIds() const =0
Get the Classification IDs that matched and caused this label to appear.
This file contains the Label class.