- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成

Marketplace 用户指南
获取地点照片
“获取地点照片”活动使您可以访问存储在地点数据库中的数百万张照片。 当您使用“获取地点详细信息”活动获取地点信息时,系统将返回相关照片内容的照片参考。 如果相关,“附近的搜索” 和“查找地点” 活动还会返回每个地点的单个照片参考。 然后,您可以使用“获取位置照片”活动访问引用的照片,并将图像大小调整为适合您的应用程序的最佳尺寸。
属性
输入
-
Photo Reference - a string used to identify the photo.
数据类型:
System.String
示例:查找地点、 附近搜索或获取地点详细信息的响应中返回的照片[] 数组示例如下所示。
...
"photos": [{
"html_attributions": [],
"height": 853,
"width": 1280,
"photo_reference": "CnRvAAAAwMpdHeWlXl-lH0vp7lez4znKPIWSWvgvZFISdKx45AwJVP1Qp37YOrH7sqHMJ8C-vBDC546decipPHchJhHZL94RcTUfPa1jWzo-rSHaTlbNtjh-N68RkcToUCuY9v2HNpo5mziqkir37WU8FJEqVBIQ4k938TI3e7bf8xq-uwDZcxoUbO_ZJzPxremiQurAYzCTwRhE_V0"
}
...
...
"photos": [{
"html_attributions": [],
"height": 853,
"width": 1280,
"photo_reference": "CnRvAAAAwMpdHeWlXl-lH0vp7lez4znKPIWSWvgvZFISdKx45AwJVP1Qp37YOrH7sqHMJ8C-vBDC546decipPHchJhHZL94RcTUfPa1jWzo-rSHaTlbNtjh-N68RkcToUCuY9v2HNpo5mziqkir37WU8FJEqVBIQ4k938TI3e7bf8xq-uwDZcxoUbO_ZJzPxremiQurAYzCTwRhE_V0"
}
...
我们必须使用键“照片_参考”的值
-
Max Height: Specifies the maximum desired height in pixels, of the image returned by the Place Photos service.
数据类型:
System.String
示例:“400”
-
Max Width: Specifies the maximum desired width in pixels, of the image returned by the Place Photos service.
数据类型:
System.String
示例:“300”
输出
-
Folder Path: The path of the folder where image must be saved.
数据类型:
System.String
示例:“C:\Users\ashraya.hd\Documents\UiPath”
-
Image: The image in the form of System.Drawing.Image Data Type:
System.Drawing.Image -
Base64: The image in the form of base64 string.
数据类型:
System.String
常见
- “显示名称”- 活动的显示名称。
其他
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level. For More info follow the link.