UiPath Documentation
marketplace
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Marketplace ユーザー ガイド

最終更新日時 2026年4月1日

Get Place Photo

[場所の写真を取得] アクティビティは、[配置] データベースに保存されている何百万もの写真にアクセスできます。 [詳細を取得] アクティビティを使用して場所の情報を取得すると、写真参照が関連する写真コンテンツに対して返されます。 [近隣の検索] および [場所を探す] アクティビティは、関連する場合、1 か所につき 1 つの写真参照も返します。 [写真を取得] アクティビティを使用すると、参照されている写真にアクセスして、画像のサイズをアプリケーションに最適なサイズに変更できます。

プロパティ

入力

  • Photo Reference - a string used to identify the photo.

    データ型: System.String

例: [場所を探す]、[近隣の検索] または [場所の詳細を取得] の応答で返される photos[] 配列の例を以下に示します。

...
"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"
    }
...

キー「photo_reference」の値を使用する必要があります。

  • 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.
  • プロパティ
  • 入力
  • 出力
  • 共通
  • その他

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得