AI を活用したクチコミの要約は、ユーザーのクチコミのみに基づいて AI が生成した場所の要約です。場所の属性やクチコミ投稿者の感情など、ユーザーのクチコミの重要な要素を統合することで、クチコミの要約は概要レベルの分析情報を提供し、ユーザーが十分な情報に基づいて判断できるようにします。
たとえば、サンフランシスコのフェリー ビルディングのクチコミの要約には、食べ物やショッピングから景色や雰囲気まで、さまざまな情報が含まれています。
「観光客は、この歴史的なランドマークには、ショップ、 レストラン、ファーマーズ マーケットが豊富にあり、湾と 街の景色を称賛する声が多く寄せられています。また、活気のある雰囲気、他の目的地へのフェリーのアクセスが便利なこと、地元のお店を楽しめることも高く評価されています。」
クチコミの要約は、 Place Details(新規)、 テキスト検索(新規)、 および Nearby Search(新規)でサポートされています。
クチコミの要約は、次の言語と地域のスポットでサポートされています。
| 言語 | リージョン |
|---|---|
| 英語 | アルゼンチン、ボリビア、ブラジル、チリ、コロンビア、コスタリカ、ドミニカ 共和国、エクアドル、グアテマラ、インド、日本、メキシコ、パラグアイ、ペルー、 英国、米国、ウルグアイ、ベネズエラ |
| 日本語 | 日本 |
| ポルトガル語 | ブラジル |
| スペイン語 | アルゼンチン、ボリビア、チリ、コロンビア、コスタリカ、ドミニカ共和国、 エクアドル、グアテマラ、メキシコ、パラグアイ、ペルー、米国、ウルグアイ、 ベネズエラ |
クチコミの要約をリクエストする
クチコミの要約をリクエストするには、リクエストのフィールド マスクに reviewSummary を含めます。
- Place Details(新規):
reviewSummary - テキスト検索(新規) と Nearby Search(新規):
places.reviewSummary
クチコミの要約の帰属表示には、Google マップ上の場所のクチコミへのリンクを含める必要があります。そのリンクを取得するには、リクエストのフィールド マスクに
reviewSummary.reviewsUri
を含めます。
レスポンスの本文には、次の 3 つのフィールドが含まれます。
text: AI が生成したクチコミの要約。flagContentUri: 不適切なコンテンツにフラグを設定して Google に削除をリクエストするために使用します。disclosureText: 帰属表示に組み込む必要がある、開示テキスト「Gemini で要約」を含むローカライズされたテキスト文字列。
Place Details(新規)リクエスト
次の例では、ニューヨークにある餃子店のクチコミの要約をリクエストします。
curl -X GET https://places.googleapis.com/v1/places/ChIJD2l2k7ZL0YkRC80d-3MV1lM \ -H 'Content-Type: application/json' \ -H "X-Goog-Api-Key: API_KEY" \ -H "X-Goog-FieldMask: displayName,reviewSummary"
レスポンスは次の形式になります。
{ "displayName": { "text": "Dumpling House", "languageCode": "en" }, "reviewSummary": { "text": { "text": "People say this restaurant serves delicious dumplings, noodles, and pork belly buns. They highlight the generous portions, reasonable prices, and quick service. They also like the friendly and accommodating staff.", "languageCode": "en-US" }, "flagContentUri": "https://www.google.com/local/review/rap/report?postId=5%401:CAIQACodChtyc19oOnNwOUFtUVhIX1BoTEZjTFg0MmNXNEE%7CCAIQACorChtyc19oOnNwOUFtUVhIX1BoTEZjTFg0MmNXNEESDAikt7HDBhDopLLxAg&d=17924085&t=8", "disclosureText": { "text": "Summarized with Gemini", "languageCode": "en-US" }, "reviewsUri": "https://www.google.com/maps/place//data=!4m4!3m3!1s0x89d14bb69376690f:0x53d61573fb1dcd0b!9m1!1b1" } }
テキスト検索(新規)リクエスト
次の例では、ニューヨーク市のコーヒー ショップのクチコミの要約をリクエストします。
curl -X POST -d '{
"textQuery": "coffee shop",
"locationBias": {
"circle": {
"center": {
"latitude": 40.722630,
"longitude": -74.001397
}
}
},
}' \
-H 'Content-Type: application/json' -H "X-Goog-Api-Key: API_KEY" \
-H "X-Goog-FieldMask: places.id,places.reviewSummary" \
'https://places.googleapis.com/v1/places:searchText'
レスポンスの本文は次の形式になります。
{ "places": [ { "id": "ChIJyfJXNphZwokRbo-oe0DjVT4", "reviewSummary": { "text": { "text": "People say this coffee shop serves up delicious oat milk lattes, cold brew, and pastries, such as almond croissants and cheese danish. They also highlight the friendly staff, cozy atmosphere, and outdoor seating.", "languageCode": "en-US" }, "flagContentUri": "https://www.google.com/local/review/rap/report?postId=5%401:CAIQACodChtyc19oOkk1Z1UwZkp4cEJ3bnA3aGt5VGJLMFE%7CCAIQACorChtyc19oOkk1Z1UwZkp4cEJ3bnA3aGt5VGJLMFESDAj7p9_BBhCYsoeAAw&d=17924085&t=8", "disclosureText": { "text": "Summarized with Gemini", "languageCode": "en-US" }, "reviewsUri": "https://www.google.com/maps/place//data=!4m4!3m3!1s0x89c259983657f2c9:0x3e55e3407ba88f6e!9m1!1b1" } }, { "id": "ChIJHcFFXH9ZwokR_QKedPacLiQ", "reviewSummary": { "text": { "text": "People say this cafe offers delicious matcha, lattes, and freshly baked pastries, including the popular rose honey latte and blueberry lemon muffin. They highlight the spacious, chill, and cinema-inspired vibe, perfect for working or socializing, and the fast, friendly service. They also like the free WiFi, outlets, and clean restrooms.", "languageCode": "en-US" }, "flagContentUri": "https://www.google.com/local/review/rap/report?postId=5%401:CAIQACodChtyc19oOl8yWTlXS0NDVTk1UEhiTFdBQzhlelE%7CCAIQACorChtyc19oOl8yWTlXS0NDVTk1UEhiTFdBQzhlelESDAikt7HDBhDopLLxAg&d=17924085&t=8", "disclosureText": { "text": "Summarized with Gemini", "languageCode": "en-US" }, "reviewsUri": "https://www.google.com/maps/place//data=!4m4!3m3!1s0x89c2597f5c45c11d:0x242e9cf6749e02fd!9m1!1b1" } }, ... ] }
Nearby Search(新規)リクエスト
次の例では、シアトルのダウンタウン周辺のホテルをリクエストします。
curl -X POST -d '{
"maxResultCount": 5,
"locationRestriction": {
"circle": {
"center": {
"latitude": 47.609937,
"longitude": -122.340714
},
"radius": 1000
}
},
"includedTypes": ["hotel"],
"excludedTypes": [],
"rankPreference":"POPULARITY"
}' \
-H 'Content-Type: application/json' -H "X-Goog-Api-Key: API_KEY" \
-H "X-Goog-FieldMask: places.id,places.reviewSummary" \
'https://places.googleapis.com/v1/places:searchNearby'
レスポンスは次の形式になります。
{ "places": [ { "id": "ChIJRwVmS-BrkFQRpAB3pO5JOuQ", "reviewSummary": { "text": { "text": "People say this hotel offers clean, modern, and spacious rooms with comfortable beds and phenomenal city views. They highlight the convenient downtown location, with easy walking access to popular attractions, and the efficient self-parking option. They also like the friendly and helpful staff, and the smooth check-in and check-out process.", "languageCode": "en-US" }, "flagContentUri": "https://www.google.com/local/review/rap/report?postId=5%401:CAIQACodChtyc19oOlJWVG5YOXZrSnZhTXBqUy1rc1JZc3c%7CCAIQACorChtyc19oOlJWVG5YOXZrSnZhTXBqUy1rc1JZc3cSDAikt7HDBhDopLLxAg&d=17924085&t=8", "disclosureText": { "text": "Summarized with Gemini", "languageCode": "en-US" }, "reviewsUri": "https://www.google.com/maps/place//data=!4m4!3m3!1s0x54906be04b660547:0xe43a49eea47700a4!9m1!1b1" } }, { "id": "ChIJQVJVX7RqkFQRcpsm3VVub9U", "reviewSummary": { "text": { "text": "People say this hotel offers spacious rooms, a convenient location near the convention center and Pike Place Market, and a tasty restaurant. They also highlight the friendly and attentive staff, the comfortable beds and pillows, and the convenient amenities such as a Starbucks in the lobby and a club lounge.\n\nSome reviews mention the rooms can be noisy.", "languageCode": "en-US" }, "flagContentUri": "https://www.google.com/local/review/rap/report?postId=5%401:CAIQACodChtyc19oOldJVUlodGhTUTJOdUdTSmFxQWw2Nnc%7CCAIQACorChtyc19oOldJVUlodGhTUTJOdUdTSmFxQWw2NncSDAikt7HDBhDopLLxAg&d=17924085&t=8", "disclosureText": { "text": "Summarized with Gemini", "languageCode": "en-US" }, "reviewsUri": "https://www.google.com/maps/place//data=!4m4!3m3!1s0x54906ab45f555241:0xd56f6e55dd269b72!9m1!1b1" } }, ... ] }
帰属表示
アプリに表示される AI を活用した要約にはすべて、Google のポリシーと基準に沿った適切な帰属表示を含める必要があります。詳細については、Places APIのポリシーをご覧ください。