marketplace
latest
false
- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Publishing Guidelines for Process Mining app templates
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

UiPath Marketplace 用户指南
上次更新日期 2025年10月10日
UiPath.MicrosoftFace.Activities.DetectFaces
在指定人员组中查找与所提供面容最匹配的人员。
身份验证
- 服务 URL - Microsoft 面容服务的端点。 格式为
https://*region*.api.cognitive.microsoft.com
。 - 订阅 密钥 - 用于对 Microsoft 面容服务调用进行身份验证的订阅密钥。 订阅密钥需要由 Microsoft 提供。 有关更多信息,请访问 此处的 Microsoft 官方文档
常见
- “显示名称”- 活动的显示名称。
输入
- “面容”- 面容集合。 ] 活动需要返回面容。 每个面容都是独立识别的。
- “组 名称”- 将在其中执行查询的组容器的名称。
选项
- 可信度 - 自定义识别阈值。 阈值的范围在 [0,1] 范围内。 高级用户可以进行调整以覆盖内部阈值,以提高特定用例数据的精度。
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
-
人员 - 为每个面容查询识别的候选人员。
UiPath.MicrosoftFace.Face:
{
string FaceId;
FaceRectangle FaceRectangle;
FaceAttributes FaceAtributes;
}
UiPath.MicrosoftFace.FaceAttributes:
{
double Age;
string Gender;
string Glasses;
double Smile;
}
UiPath.MicrosoftFace.FaceRectangle:
{
Int Height;
Int Left;
Int Top;
Int Width;
}
UiPath.MicrosoftFace.Person:
{
double Confidence;
string FaceId;
string PersonId;
string PersonName;
}
UiPath.MicrosoftFace.Face:
{
string FaceId;
FaceRectangle FaceRectangle;
FaceAttributes FaceAtributes;
}
UiPath.MicrosoftFace.FaceAttributes:
{
double Age;
string Gender;
string Glasses;
double Smile;
}
UiPath.MicrosoftFace.FaceRectangle:
{
Int Height;
Int Left;
Int Top;
Int Width;
}
UiPath.MicrosoftFace.Person:
{
double Confidence;
string FaceId;
string PersonId;
string PersonName;
}