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日

常见问题

在本节中,我们将回答 Communications Mining 框架内的一些常见问题。

如何读取用户属性?

对于您的流结果,只需使用语法 StreamResult.Comment.UserProperties(<NAME>).ToString()
备注:
The name of your user property should be prefixed with its data type, for example, Message ID or number:Order Count. So the complete expression will be StreamResult.Comment.UserProperties("string:Message ID").ToString().

如何检查提取内容是否已超过阈值?

有两种方法可以检查提取内容是否超过阈值:

  1. 通过其中一个 ...OverOccurrenceConfidenceThreshold... 帮助程序函数访问 LabelExtraction,该函数将自动筛选出未超过阈值的 LabelExtractions
  2. 使用以下语法:LabelExtraction.OccurenceConfidence.HasExceededThreshold(<threshold name>)

使用 Exchange 集成时,如何在 Exchange 中找到我的电子邮件?

使用 Communication Mining 的开箱即用 Exchange 集成时,您可以通过查看 Message ID 用户属性来获取 Exchange 消息 ID。“如何读取用户属性”部分详细介绍了语法。然后,您可以将此消息 ID 与任何 Outlook 活动一起使用,以获取特定电子邮件。

如何在下游自动化中使用流结果?

添加流结果后,调度程序框架会将流结果以 JSON 格式保存在 Orchestrator 队列中。要稍后使用此数据,请将通信 UiPath.CommunicationsMining.Activities 活动导入下游流程。然后使用语法 Newtonsoft.Json.JsonCovert.DeserializeObject(of StreamResult)(<json data here>) 将 JSON 字符串转换回 StreamResult

什么是叶标签?

标签标签是不包含任何子级的标签预测,这些标签是分类中最 细化的标签。在以下示例中,叶标签为 Account Change > Address > Billing
Account Change
Account Change > Address
Account Change > Address > BillingAccount Change
Account Change > Address
Account Change > Address > Billing

此页面有帮助吗?

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