- Release Notes
- Overview
- Uploading data to Communications Mining
- Using the Dispatcher Framework
- Activities reference
- Get Stream Results
- Get Attachment
- Create Communications Mining Validation Action
- Create Communications Mining Validation Artifacts
- Create Record
- Get Record
- Fetch Batch from Stream (Legacy)
- Advance Stream
- Reset Stream
- Retrieve Communications Mining Validation Artifacts
- Predict Record(s)
- Wait For Communications Mining Validation Action
- How-to guides

Communications Mining Activities
Helper functions
linkStreamResult.Prediction
property:
GetLabelExtraction
linkGetLabelExtractions()
IEnumerable<LabelExtraction>
What's a LabelExtraction?This function lets you get a list of all label extractions that were predicted.
GetLeafLabelExtractionsSorted
linkGetLeafLabelExtractionsSorted()
What's a LeafLabel?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
linkGetLabelExtractionsSorted()
What's a LeafLabel?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
linkGetLabelExtractions(string labelName)
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
linkGetLabelExtractionsOverOccurrenceConfidenceThreshold(string thresholdName)
IEnumerable<LabelExtraction>
What's a LabelExtraction?stream
. For more details about the stream names, check Prediction thresholds.
GetLeafLabelExtractions
linkGetLeafLabelExtractions()
What's a LeafLabel?IEnumerable<LabelExtraction>
What's a LabelExtraction?This function lets you get a list of all leaf label extractions that were predicted.
IEnumerable<LabelExtraction>
What's a LabelExtraction?GetLeafLabelExtractionsOverOccurrenceConfidenceThreshold
linkGetLeafLabelExtractionsOverOccurrenceConfidenceThreshold(string thresholdName
What's a LeafLabel?IEnumerable<LabelExtraction>
What's a LabelExtraction?stream
. For more details about the stream names, check Prediction thresholds.
ContainsLabelExtraction
linkContainsLabelExtraction(string labelName)
bool
This function lets you determine whether a given label has been predicted.
ContainsLabelExtractionOverOccurenceThreshold
linkContainsLabelExtractionOverOccurenceThreshold(string
labelName, string thresholdName)
Returns:bool
.
This function lets you determine whether a given label has been predicted and has exceeded the given threshold.
stream
. For more details about the stream names, check Prediction thresholds.
GetGeneralFields
linkGetGeneralFields()
IEnumerable<Field>
This function lets you get a list of general fields that have been predicted.
ContainsGeneralField
linkContainsGeneralField(string fieldName)
bool
This function lets you determine whether a given general field has been predicted.
- GetLabelExtraction
- GetLeafLabelExtractionsSorted
- GetLabelExtractionsSorted
- GetLabelExtractionsSorted
- GetLabelExtractionsOverOccurrenceConfidenceThreshold
- GetLeafLabelExtractions
- GetLeafLabelExtractionsOverOccurrenceConfidenceThreshold
- ContainsLabelExtraction
- ContainsLabelExtractionOverOccurenceThreshold
- GetGeneralFields
- ContainsGeneralField