AI-চালিত পর্যালোচনার সারাংশগুলি শুধুমাত্র ব্যবহারকারীর পর্যালোচনার উপর ভিত্তি করে জায়গাগুলির AI-উত্পাদিত সারাংশ। ব্যবহারকারীর পর্যালোচনার মূল উপাদানগুলিকে সংশ্লেষণ করে, যেমন স্থানের বৈশিষ্ট্য এবং পর্যালোচকের অনুভূতি, পর্যালোচনার সারাংশ উচ্চ-স্তরের অন্তর্দৃষ্টি প্রদান করে এবং ব্যবহারকারীদেরকে সচেতন সিদ্ধান্ত নিতে সহায়তা করে।
উদাহরণস্বরূপ, সান ফ্রান্সিসকোতে ফেরি বিল্ডিংয়ের একটি পর্যালোচনার সংক্ষিপ্তসারে খাবার এবং কেনাকাটা থেকে শুরু করে দৃশ্য এবং পরিবেশের তথ্য অন্তর্ভুক্ত রয়েছে:
"দর্শনার্থীরা বলছেন যে এই ঐতিহাসিক ল্যান্ডমার্কটি দোকান, রেস্তোরাঁ এবং একটি কৃষকের বাজারের একটি বৈচিত্র্যপূর্ণ নির্বাচনের প্রস্তাব দেয়, অনেকে উপসাগর এবং শহরের দৃশ্যের প্রশংসা করে। তারা প্রাণবন্ত পরিবেশ, অন্যান্য গন্তব্যে সুবিধাজনক ফেরি অ্যাক্সেস এবং স্থানীয় ব্যবসা উপভোগ করার সুযোগও তুলে ধরে।"
পর্যালোচনা সারাংশ স্থানের বিবরণ (নতুন) , পাঠ্য অনুসন্ধান (নতুন) এবং কাছাকাছি অনুসন্ধান (নতুন) সমর্থিত।
নিম্নলিখিত ভাষা এবং অঞ্চলে আগ্রহের পয়েন্টগুলির জন্য পর্যালোচনা সারাংশ সমর্থিত:
ভাষা | অঞ্চল |
---|---|
ইংরেজি | ভারত জাপান যুক্তরাজ্য মার্কিন যুক্তরাষ্ট্র |
জাপানিজ | জাপান |
একটি পর্যালোচনা সারসংক্ষেপ অনুরোধ
একটি পর্যালোচনা সারাংশের অনুরোধ করতে, অনুরোধের ফিল্ড মাস্কে reviewSummary
অন্তর্ভুক্ত করুন:
- স্থানের বিশদ বিবরণ (নতুন):
reviewSummary
- পাঠ্য অনুসন্ধান (নতুন) এবং কাছাকাছি অনুসন্ধান (নতুন):
places.reviewSummary
একটি পর্যালোচনা সারাংশের জন্য বৈশিষ্ট্যগুলি অবশ্যই Google মানচিত্রে স্থানের পর্যালোচনাগুলির একটি লিঙ্ক অন্তর্ভুক্ত করবে৷ সেই লিঙ্কটি পুনরুদ্ধার করতে, অনুরোধের ফিল্ড মাস্কে reviewSummary.reviewsUri
অন্তর্ভুক্ত করুন।
প্রতিক্রিয়া বডিতে তিনটি ক্ষেত্র রয়েছে:
-
text
: এআই-উত্পন্ন পর্যালোচনা সারাংশ। -
flagContentUri
: Google দ্বারা অপসারণের জন্য অনুপযুক্ত সামগ্রী ফ্ল্যাগ করতে ব্যবহৃত হয়। -
disclosureText
: ডিসক্লোজার টেক্সট সহ একটি স্থানীয় টেক্সট স্ট্রিং "মিথুনের সাথে সংক্ষিপ্ত" যা অবশ্যই অ্যাট্রিবিউশনে অন্তর্ভুক্ত করা উচিত।
স্থান বিবরণ (নতুন) অনুরোধ
নিম্নলিখিত উদাহরণটি নিউ ইয়র্কের একটি ডাম্পলিং রেস্তোরাঁর জন্য একটি পর্যালোচনা সারাংশের অনুরোধ করে:
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" } }, ... ] }
কাছাকাছি অনুসন্ধান (নতুন) অনুরোধ
নিম্নলিখিত উদাহরণ সিয়াটেলের শহরতলীর কাছাকাছি হোটেলগুলির অনুরোধ করে:
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-এর নীতি এবং মান অনুযায়ী উপযুক্ত অ্যাট্রিবিউশনের সাথে থাকতে হবে। আরও তথ্যের জন্য, স্থান API এর জন্য নীতি দেখুন।