- Release Notes
- Overview
- Uploading data to Communications Mining
- Using the Dispatcher Framework
- Activities reference
Helper functions
StreamResult.Prediction
property:
GetLabelExtractions()
IEnumerable<LabelExtraction>
What's a LabelExtraction?This function lets you get a list of all label extractions that were predicted.
GetLeafLabelExtractionsSorted()
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()
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.
GetLabelExtractions(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(string thresholdName)
IEnumerable<LabelExtraction>
What's a LabelExtraction?stream
.
GetLeafLabelExtractions()
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(string thresholdName
What's a LeafLabel?IEnumerable<LabelExtraction>
What's a LabelExtraction?stream
.
ContainsLabelExtraction(string labelName)
bool
This function lets you determine whether a given label has been predicted.
ContainsLabelExtractionOverOccurenceThreshold(string labelName, string thresholdName)
Returns:bool
.
stream
.
GetGeneralFields()
IEnumerable<Field>
This function lets you get a list of general fields that have been predicted.
- GetLabelExtraction
- GetLeafLabelExtractionsSorted
- GetLabelExtractionsSorted
- GetLabelExtractionsSorted
- GetLabelExtractionsOverOccurrenceConfidenceThreshold
- GetLeafLabelExtractions
- GetLeafLabelExtractionsOverOccurrenceConfidenceThreshold
- ContainsLabelExtraction
- ContainsLabelExtractionOverOccurenceThreshold
- GetGeneralFields
- ContainsGeneralField