- 发行说明
- 概述
- 将数据上传到 Communications Mining
- 使用调度程序框架
- 活动参考
- 操作指南

Communications Mining Activities
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
. For more details about the stream names, check Prediction thresholds.
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
. For more details about the stream names, check Prediction thresholds.
ContainsLabelExtraction(string labelName)
bool
This function lets you determine whether a given label has been predicted.
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.
stream
. For more details about the stream names, check Prediction thresholds.
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