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

Marketplace ユーザー ガイド

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

Query Autocomplete

[オートコンプリートにクエリを実行] アクティビティを使用すると、その場で地理クエリ予測をアプリケーションに追加できます。 ユーザーは、特定の場所を検索する代わりに、「ニューヨーク近くのピザ」などのカテゴリ検索を入力すると、アクティビティは文字列に一致する提案されたクエリのリストで応答します。 [オートコンプリートにクエリを実行] アクティビティは完全な単語と部分文字列の両方を一致できるので、アプリケーションはユーザーの種類としてクエリを送信して、その場で予測を行うことができます。

プロパティ

入力

  • Input - The text string on which to search. The Place Autocomplete service will return candidate matches based on this string and order results based on their perceived relevance.

    データ型: System.String

例:「プレステージトレード」

  • Location: The latitude/longitude around which to retrieve place information. This must be specified as latitude,longitude.

    データ型: System.String

例: "-33.8670522,151.1957362"

  • Language: The language code, indicating in which language the results should be returned, if possible. See the list of supported languages and their codes.

    データ型: System.String

例: 中国語の場合は "zh"

  • Offset: The position, in the input term, of the last character that the service uses to match predictions.

    データ型: System.String

例: 入力が「Google」で、オフセットが 3 の場合、サービスは「Goo」で一致します。 オフセットによって決定される文字列は、入力用語の最初の単語と一致します。 たとえば、入力用語が「Google abc」で、オフセットが 3 の場合、サービスは 'Goo abc' と一致しようとします。 オフセットが指定されていない場合、サービスは用語全体を使用します。 オフセットは一般に、テキスト・ケアットの位置に設定する必要があります。

  • Radius: Defines the distance (in meters) within which to return place results. The maximum allowed radius is 50 000 meters. Note that radius must not be included if rankby=distance.

    データ型: System.String

例: "500"

出力

  • JSON: The output in the form of a JSON string.

    データ型: System.String

  • Predictions: The list of predictions.

    データ型: UiPathTeam.GoogleMaps.Model.QueryAutocomplete.QueryAutocompleteResponse

共通

  • 表示名 - アクティビティの表示名です。

その他

  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level. For more info follow the link.
  • プロパティ
  • 入力
  • 出力
  • 共通
  • その他

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得