33#ifndef API_MIP_UPE_RECOMMEND_LABEL_ACTION_H_
34#define API_MIP_UPE_RECOMMEND_LABEL_ACTION_H_
55 virtual const std::shared_ptr<Label>&
GetLabel()
const = 0;
A file containing the Action base class and the ActionType enumerator.
Recommend label actions is meant to suggest a label to the users.
virtual const std::shared_ptr< Label > & GetLabel() const =0
Get the label suggested.
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.