UiPath Documentation
marketplace
latest
false
Marketplace 用户指南
重要 :
请注意,此内容已使用机器翻译进行了本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

Detect faces

UiPath.MicrosoftFace.Activities.DetectFaces

检测指定图像中的面容,并指定特征,例如人员的估计年龄或他们是否戴镜。

属性

身份验证

  • 服务 URL - Microsoft 面容服务的端点。格式为https://*region*.api.cognitive.microsoft.com
  • “订阅密钥” - 用于对 Microsoft 面容服务调用进行身份验证的订阅密钥。订阅密钥需要由 Microsoft 提供。有关更多信息,请访问此处的Microsoft 官方文档

常见

  • “显示名称”- 活动的显示名称。

输入

  • “图像路径” - 要发送用于分析的图像的路径。此字段与“图像 URL”字段互斥。
  • “图像 URL” - 要发送用于分析的图像的 URL。此字段与“图像路径”字段互斥。

其他

  • “私有”- 选中后将不再以“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.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 Academy

有问题? UiPath 论坛

保持更新