activities
latest
false
  • Notes de publication
      • Juin 2024
      • Mai 2024
      • Janvier 2024
  • Vue d'ensemble (Overview)
  • Uploading data to Communications Mining
  • Using the Dispatcher Framework
  • Référence des activités
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique.
Activités Communications Mining
Last updated 11 oct. 2024

Helper functions

When interpreting predictions, you usually won't need to interact with these properties directly. Instead, you can easily access the data you need using one of these helper functions on the StreamResult.Prediction property:

GetLabelExtraction

GetLabelExtractions()

Returns: IEnumerable<LabelExtraction> What's a LabelExtraction?

This function lets you get a list of all label extractions that were predicted.

GetLeafLabelExtractionsSorted

GetLeafLabelExtractionsSorted() What's a LeafLabel?
Returns:IEnumerable<LabelExtraction> What's a LabelExtraction?

This function let’s you get a list of all label extractions that were predicted, sorted by occurrence confidence.

GetLabelExtractionsSorted

GetLabelExtractionsSorted() What's a LeafLabel?
Returns:IEnumerable<LabelExtraction> What's a LabelExtraction?

This function let’s you get a list of all label extractions that were predicted, sorted by occurrence confidence.

GetLabelExtractionsSorted

GetLabelExtractions(string labelName)

Returns:IEnumerable<LabelExtraction> What's a LabelExtraction?

This function lets you get a list of all label extractions that were predicted for a specific label.

GetLabelExtractionsOverOccurrenceConfidenceThreshold

GetLabelExtractionsOverOccurrenceConfidenceThreshold(string thresholdName)

Returns: IEnumerable<LabelExtraction> What's a LabelExtraction?
This function lets you get a list of all label extractions that have exceeded the given threshold.
Note: The default name for a stream threshold is stream.

GetLeafLabelExtractions

GetLeafLabelExtractions() What's a LeafLabel?
Returns: IEnumerable<LabelExtraction> What's a LabelExtraction?

This function lets you get a list of all leaf label extractions that were predicted.

Returns: IEnumerable<LabelExtraction> What's a LabelExtraction?
This function lets you get a list of all label extractions that were predicted for a given label and that have exceeded the given threshold.
Note: A leaf label is a label with no children, otherwise known as a child label.

GetLeafLabelExtractionsOverOccurrenceConfidenceThreshold

GetLeafLabelExtractionsOverOccurrenceConfidenceThreshold(string thresholdName What's a LeafLabel?
Returns: IEnumerable<LabelExtraction> What's a LabelExtraction?
This function lets you get a list of all leaf label extractions that were predicted and that have exceeded the given threshold.
Note: The default name for a stream threshold is stream.

ContainsLabelExtraction

ContainsLabelExtraction(string labelName)

Returns: bool This function lets you determine whether a given label has been predicted.
Note: This function does not take into account any thresholds that have been set.

ContainsLabelExtractionOverOccurenceThreshold

ContainsLabelExtractionOverOccurenceThreshold(string labelName, string thresholdName) Returns:bool.
This function lets you determine whether a given label has been predicted and has exceeded the given threshold.
Note: The default name for a stream threshold is stream.

GetGeneralFields

GetGeneralFields()

Returns: IEnumerable<Field>

This function lets you get a list of general fields that have been predicted.

ContainsGeneralField

ContainsGeneralField(string fieldName)

Returns: bool

This function lets you determine whether a given general field has been predicted.

Cette page vous a-t-elle été utile ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Uipath Logo White
Confiance et sécurité
© 2005-2024 UiPath Tous droits réservés.