Classe RecommendLabelActionclass RecommendLabelAction
Consigliare le azioni dell'etichetta serve a suggerire un'etichetta agli utenti.Recommend label actions is meant to suggest a label to the users. L'eliminazione di questa chiamata dopo che un utente ignora l'etichetta consigliata deve essere eseguita tramite le azioni supportate sullo stato di esecuzione.Suppressing this call after a user ignores the recommended label should be done through the supported actions on the execution state.
RiepilogoSummary
MembriMembers | DescrizioniDescriptions |
---|---|
public const std:: shared_ptr <Label>& GetLabel () constpublic const std::shared_ptr<Label>& GetLabel() const | Ottiene l'etichetta suggerita.Get the label suggested. |
public const std:: Vector <std::string>& GetClassificationIds () constpublic const std::vector<std::string>& GetClassificationIds() const | Ottiene gli ID di classificazione che corrispondono e ha causato la visualizzazione di questa etichetta.Get the Classification IDs that matched and caused this label to appear. |
MembriMembers
Funzione GetLabelGetLabel function
Ottiene l'etichetta suggerita.Get the label suggested.
Restituisce: l'etichetta.Returns: The label.
GetClassificationIds (funzione)GetClassificationIds function
Ottiene gli ID di classificazione che corrispondono e ha causato la visualizzazione di questa etichetta.Get the Classification IDs that matched and caused this label to appear.
Restituisce: const std:: Vector<std:: String>& un elenco di ID di classificazione che ha causato la visualizzazione di questa etichetta.Returns: Const std::vectorstd::string& a list of classification IDs that caused this label to appear.