activities
latest
false
- 发行说明
- 概述
- 将数据上传到 Communications Mining™
- 使用调度程序框架
- 活动参考
- 操作指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Communications Mining 活动
上次更新日期 2026年4月1日
从流中提供给您的
StreamResult类提供了 Communications Mining™ 已提取的所有信息,以下是这些数据的摘要,以及如何轻松获取这些数据。
| 属性 | 描述 |
|---|---|
StreamResult.Comment | 在这里,您可以获取有关原始注释本身的所有信息,但不获取任何预测信息。大多数情况下,自动化最关心的是 StreamResult.Comment.UserProperties 字段,您可以在其中检索用户属性。有关更多详细信息,请参阅“如何在下游自动化中使用流结果?”
|
StreamResult.Continuation | 您可以将此值传递到高级流活动中,以便将注释推进到该特定注释。有关更多详细信息,请参阅高级流。 |
StreamResult.Prediction | 在这里,您可以找到有关 Communications Mining™ 做出的预测的所有信息。 |
在解释预测时,您通常不需要直接与这些属性交互。相反,您可以在
StreamResult.Prediction 属性中使用以下帮助程序函数之一轻松访问所需的数据:
GetLabelExtraction
GetLabelExtractions()
返回:
IEnumerable<LabelExtraction> 什么是标签提取?此函数可用于获取所有预测的标签提取的列表。
GetLeafLabelExtractionsSorted
GetLeafLabelExtractionsSorted() 什么是叶标签?返回:
IEnumerable<LabelExtraction> 什么是标签提取?此函数可用于获取所有预测的标签提取的列表,并按出现置信度排序。
GetLabelExtractionsSorted
GetLabelExtractionsSorted() 什么是叶标签?返回:
IEnumerable<LabelExtraction> 什么是标签提取?此函数可用于获取所有预测的标签提取的列表,并按出现置信度排序。
GetLabelExtractionsSorted
GetLabelExtractions(string labelName)
返回:
IEnumerable<LabelExtraction> 什么是标签提取?此函数可用于获取针对特定标签预测的所有标签提取内容的列表。
GetLabelExtractionsOverOccurrenceConfidenceThreshold
GetLabelExtractionsOverOccurrenceConfidenceThreshold(string thresholdName)
返回:
IEnumerable<LabelExtraction> 什么是标签提取?此函数可用于获取已超过给定阈值的所有标签提取内容的列表。
GetLeafLabelExtractions
GetLeafLabelExtractions() 什么是叶标签?返回:
IEnumerable<LabelExtraction> 什么是标签提取?此函数可用于获取所有预测的叶标签提取内容的列表。
返回:
IEnumerable<LabelExtraction> 什么是标签提取?此函数可用于获取针对给定标签预测且已超过给定阈值的所有标签提取内容的列表。
注意:叶标签是没有子标签的标签,也称为子标签。
GetLeafLabelExtractionsOverOccurrenceConfidenceThreshold
GetLeafLabelExtractionsOverOccurrenceConfidenceThreshold(string thresholdName 什么是叶标签?返回:
IEnumerable<LabelExtraction> 什么是标签提取?此函数可用于获取所有已预测且超过给定阈值的叶标签提取内容的列表。
ContainsLabelExtraction
ContainsLabelExtraction(string labelName)
返回:
bool 此函数可用于确定是否已预测给定标签。
注意:此函数不考虑已设置的任何阈值。
ContainsLabelExtractionOverOccurenceThreshold
ContainsLabelExtractionOverOccurenceThreshold(string
labelName, string thresholdName) 返回:bool。
此函数可用于确定给定标签是否已被预测并且超过了给定阈值。
GetGeneralFields
GetGeneralFields()
返回:
IEnumerable<Field>此函数可用于获取已预测的通用字段的列表。
ContainsGeneralField
ContainsGeneralField(string fieldName)
返回:
bool此函数可用于确定是否已预测给定通用字段。
- 属性
- 帮助程序函数
- GetLabelExtraction
- GetLeafLabelExtractionsSorted
- GetLabelExtractionsSorted
- GetLabelExtractionsSorted
- GetLabelExtractionsOverOccurrenceConfidenceThreshold
- GetLeafLabelExtractions
- GetLeafLabelExtractionsOverOccurrenceConfidenceThreshold
- ContainsLabelExtraction
- ContainsLabelExtractionOverOccurenceThreshold
- GetGeneralFields
- ContainsGeneralField