- リリース ノート
- 概要
- 基本情報
- Marketplace ベンダー
- Marketplace のお客様
- パブリッシング ガイドライン
- すぐに使えるオートメーションのパブリッシング ガイドライン
- ソリューション アクセラレータの公開ガイドライン
- Integration Service コネクタの公開ガイドライン
- Process Mining アプリ テンプレートのパブリッシュ ガイドライン
- セキュリティと IP 保護
- その他の UiPath コンポーネント
- Node-RED
- セットアップ
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team from Group
- Get Team
- Get Teams
- Channels
- チャンネルを作成
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- メッセージを取得
- メッセージを取得
- Get Message Replies
- メッセージに返信
- メッセージを送信
- イベント
- イベント/予定を作成
- イベント/予定を削除
- Get Event
- Get Events
- ユーザー
- Get User Presence
- 動作のしくみ
- テクニカル リファレンス
- はじめに
- 概要
- セットアップ
- テクニカル リファレンス
- Azure Form Recognizer Scope
- Activities (アクティビティ)
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- モデル キーを取得する
- Get Model Info
- モデルを削除
- コネクタ
- How to Create Activities
- 連携の独自開発

Marketplace ユーザー ガイド
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.