marketplace
latest
false
- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成
重要 :
请注意,此内容已使用机器翻译进行了本地化。
UiPath Marketplace 用户指南
Last updated 2024年9月5日
识别面容
UiPath.MicrosoftFace.Activities.DetectFaces
在指定人员组中查找与所提供面容最匹配的人员。
- 服务 URL - Microsoft 面容服务的端点。 格式为
https://*region*.api.cognitive.microsoft.com
。 - 订阅 密钥 - 用于对 Microsoft 面容服务调用进行身份验证的订阅密钥。 订阅密钥需要由 Microsoft 提供。 有关更多信息,请访问 此处的 Microsoft 官方文档
-
人员 - 为每个面容查询识别的候选人员。
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;
}