marketplace
latest
false
Marketplace 用户指南
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 解决方案加速器的优势
- 安全性与 IP 保护
- 安装指南
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath.MicrosoftFace.Activities.VerifyFace
验证指定面容是否属于给定人员。
属性
身份验证
- 服务 URL - Microsoft 面容服务的端点。格式为
https://*region*.api.cognitive.microsoft.com。 - “订阅密钥” - 用于对 Microsoft 面容服务调用进行身份验证的订阅密钥。订阅密钥需要由 Microsoft 提供。有关更多信息,请访问此处的Microsoft 官方文档
常见
- “显示名称”- 活动的显示名称。
输入
- 面容- 要验证的面容。面容需要由“检测面容”活动返回。
- 人员- 用作验证依据的指定人员。
- 人员组名称- 包含指定人员的人员组容器的名称。
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
- 置信度- 指定面容与人物之间的相似度分数。如果该数字大于 0.5,则应表明这是同一个人,但值可能因您的特定用例而异。
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;
}