activities
latest
false
  • 发行说明
      • 2024 年 6 月
      • 2024 年 5 月
      • 2024 年 1 月
  • 概述
  • 将数据上传到 Communications Mining
  • 使用调度程序框架
  • 活动参考
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
UiPath logo, featuring letters U and I in white
Communications Mining 活动
Last updated 2024年10月11日

帮助程序函数

在解释预测时,您通常不需要直接与这些属性交互。相反,您可以在 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> 什么是标签提取?
此函数可用于获取已超过给定阈值的所有标签提取内容的列表。
注意:流阈值的默认名称为 stream

GetLeafLabelExtractions

GetLeafLabelExtractions() 什么是叶标签?
返回:IEnumerable<LabelExtraction> 什么是标签提取?

此函数可用于获取所有预测的叶标签提取内容的列表。

返回:IEnumerable<LabelExtraction> 什么是标签提取?
此函数可用于获取针对给定标签预测且已超过给定阈值的所有标签提取内容的列表。
注意:叶标签是没有子标签的标签,也称为子标签。

GetLeafLabelExtractionsOverOccurrenceConfidenceThreshold

GetLeafLabelExtractionsOverOccurrenceConfidenceThreshold(string thresholdName 什么是叶标签?
返回:IEnumerable<LabelExtraction> 什么是标签提取?
此函数可用于获取所有已预测且超过给定阈值的叶标签提取内容的列表。
注意:流阈值的默认名称为 stream

ContainsLabelExtraction

ContainsLabelExtraction(string labelName)

返回:bool 此函数可用于确定是否已预测给定标签。
注意:此函数不考虑已设置的任何阈值。

ContainsLabelExtractionOverOccurenceThreshold

ContainsLabelExtractionOverOccurenceThreshold(string labelName, string thresholdName) 返回:bool
此函数可用于确定给定标签是否已被预测并且超过了给定阈值。
注意:流阈值的默认名称为 stream

GetGeneralFields

GetGeneralFields()

返回:IEnumerable<Field>

此函数可用于获取已预测的通用字段的列表。

ContainsGeneralField

ContainsGeneralField(string fieldName)

返回:bool

此函数可用于确定是否已预测给定通用字段。

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。