ملخّصات المراجعات المستندة إلى الذكاء الاصطناعي هي ملخّصات للأماكن ينشئها الذكاء الاصطناعي استنادًا فقط إلى مراجعات المستخدمين. من خلال تجميع العناصر الرئيسية لمراجعات المستخدمين، مثل سمات المكان ورأي المراجعين، تقدّم ملخّصات المراجعات إحصاءات عالية المستوى وتساعد المستخدمين في اتّخاذ قرارات مدروسة.
على سبيل المثال، يتضمّن ملخّص المراجعة لمبنى العبارات في سان فرانسيسكو معلومات تتراوح بين الطعام والتسوّق والمناظر والجو:
"يقول الزوّار إنّ هذا المَعلم التاريخي يقدّم مجموعة متنوعة من المتاجر والمطاعم وسوقًا للمزارعين، ويُثني الكثيرون على إطلالات الخليج والمدينة. ويُبرزون أيضًا الأجواء النابضة بالحياة وسهولة الوصول إلى العبارة التي تنقل إلى الوجهات الأخرى وفرص الاستفادة من الأنشطة التجارية المحلية".
تتوفّر ميزة مراجعة الملخّصات في ميزة تفاصيل الأماكن (ميزة جديدة) والبحث النصي (ميزة جديدة) والبحث في الأماكن القريبة (ميزة جديدة).
طلب ملخّص المراجعة
لطلب ملخّص مراجعة، أدرِج reviewSummary
في قناع الحقل الخاص بالملف
الطلب:
- تفاصيل المكان (ميزة جديدة):
reviewSummary
- البحث النصي (ميزة جديدة) والبحث عن الأماكن القريبة (ميزة جديدة):
places.reviewSummary
يجب أن تتضمّن الإسنادات لملخّص المراجعات رابطًا يؤدي إلى مراجعات المكان على
"خرائط Google". لاسترداد هذا الرابط، أدرِج googleMapsLinks.reviewsUri
في قناع الحقل للطلب.
يتضمّن نص الاستجابة ثلاثة حقول:
text
: ملخّص المراجعة من إنشاء الذكاء الاصطناعي-
flagContentUri
: يُستخدَم للإبلاغ عن محتوى غير ملائم كي تتم إزالته من قِبل Google. -
disclosureText
: سلسلة نصية مترجَمة تتضمّن نص الإفصاح "ملخّص باستخدام Gemini" الذي يجب تضمينه في الإحالات
طلب "تفاصيل المكان" (جديد)
يطلب المثال التالي ملخّص مراجعة لمطعم يقدم زلابية في مدينة نيويورك:
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,googleMapsLinks.reviewsUri"
يكون الردّ على النحو التالي:
{ "displayName": { "text": "Dumpling House", "languageCode": "en" }, "googleMapsLinks": { "reviewsUri": "https://www.google.com/maps/place//data=!4m4!3m3!1s0x89d14bb69376690f:0x53d61573fb1dcd0b!9m1!1b1", }, "reviewSummary": { "text": { "text": "Diners say this lunch restaurant serves up delicious dumplings, including pork and chive, soup dumplings, and fried dumplings, alongside other Chinese dishes like fried rice, pork belly buns, and general tso's chicken. They also highlight the generous portions, reasonable prices, and efficient service.", "languageCode": "en-US" }, "flagContentUri": "https://www.google.com/local/review/rap/report?postId=5%401:CAIQACodChtyc19oOkE4blltMzB1eXpWblVKUjFBQXFGbWc%7CCAIQACorChtyc19oOkE4blltMzB1eXpWblVKUjFBQXFGbWcSDAis0fW-BhCIp7blAg&d=17924085&t=8", "disclosureText": { "text": "Summarized with Gemini", "languageCode": "en-US" } } }
طلب البحث النصي (جديد)
يطلب المثال التالي ملخّص مراجعة لمقهى في مدينة نيويورك:
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,places.googleMapsLinks.reviewsUri" \ 'https://places.googleapis.com/v1/places:searchText'
يكون نص الردّ على النحو التالي:
{ "places": [ { "id": "ChIJyfJXNphZwokRbo-oe0DjVT4", "googleMapsLinks": { "reviewsUri": "https://www.google.com/maps/place//data=!4m4!3m3!1s0x89c259983657f2c9:0x3e55e3407ba88f6e!9m1!1b1", }, "reviewSummary": { "text": { "text": "People say this coffee shop serves delicious oat milk lattes, iced lattes, and cappuccinos, and they praise the friendly staff and cozy atmosphere. They also highlight the great outdoor seating area and the unique latte flavors.", "languageCode": "en-US" }, "flagContentUri": "https://www.google.com/local/review/rap/report?postId=5%401:CAIQACodChtyc19oOkFONEpuYU1UMzZWbTduX1lBQVRBRkE%7CCAIQACorChtyc19oOkFONEpuYU1UMzZWbTduX1lBQVRBRkESDAj9iuK_BhD4ouCwAw&d=17924085&t=8", "disclaimerText": { "text": "Summarized with Gemini", "languageCode": "en-US" } } }, { "id": "ChIJl5qG27RZwokRzoy63vyI4Gk", "googleMapsLinks": { "reviewsUri": "https://www.google.com/maps/place//data=!4m4!3m3!1s0x89c259b4db869a97:0x69e088fcdeba8cce!9m1!1b1", }, "reviewSummary": { "text": { "text": "People say this coffee shop serves delicious matcha, including the Blueberry Matcha Latte and Cherry Cold Brew Latte, and offers a variety of pastries. They also highlight the friendly and efficient staff, and the cute and aesthetic space.", "languageCode": "en-US" }, "flagContentUri": "https://www.google.com/local/review/rap/report?postId=5%401:CAIQACodChtyc19oOkE4bmRodTgya2MxbkJNMXhBQU1MNXc%7CCAIQACorChtyc19oOkE4bmRodTgya2MxbkJNMXhBQU1MNXcSDAj9iuK_BhD4ouCwAw&d=17924085&t=8", "disclaimerText": { "text": "Summarized with Gemini", "languageCode": "en-US" } } }, /.../ ] }
طلب ميزة "بحث في الأماكن القريبة" (جديد)
يطلب المثال التالي فنادق بالقرب من وسط مدينة سياتل:
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,places.googleMapsLinks.reviewsUri" \ 'https://places.googleapis.com/v1/places:searchNearby'
يكون الردّ على النحو التالي:
{ "places": [ { "id": "ChIJRwVmS-BrkFQRpAB3pO5JOuQ", "googleMapsLinks": { "reviewsUri": "https://www.google.com/maps/place//data=!4m4!3m3!1s0x54906be04b660547:0xe43a49eea47700a4!9m1!1b1", }, "reviewSummary": { "text": { "text": "Guests say this hotel has comfortable beds, spacious rooms, and a central location within walking distance of Pike Place Market, the waterfront, and the convention center. They also highlight the friendly and helpful staff, the modern and clean facilities, and the efficient elevators.", "languageCode": "en-US" }, "flagContentUri": "https://www.google.com/local/review/rap/report?postId=5%401:CAIQACodChtyc19oOkJtODg0RUFFSndKbnhkTXZBQVpuV2c%7CCAIQACorChtyc19oOkJtODg0RUFFSndKbnhkTXZBQVpuV2cSDAj9iuK_BhD4ouCwAw&d=17924085&t=8", "disclaimerText": { "text": "Summarized with Gemini", "languageCode": "en-US" } } }, { "id": "ChIJQVJVX7RqkFQRcpsm3VVub9U", "googleMapsLinks": { "reviewsUri": "https://www.google.com/maps/place//data=!4m4!3m3!1s0x54906ab45f555241:0xd56f6e55dd269b72!9m1!1b1", }, "reviewSummary": { "text": { "text": "Guests say this hotel offers comfortable beds, spacious rooms with great views, and a well-equipped gym and pool. They also highlight the friendly and helpful staff, convenient location for walking to attractions and restaurants, and the well-stocked club lounge.\n\nSome reviews mention the elevators can be slow.", "languageCode": "en-US" }, "flagContentUri": "https://www.google.com/local/review/rap/report?postId=5%401:CAIQACodChtyc19oOkE4blJFWWtBUFo5bjNYWndBQVYxZWc%7CCAIQACorChtyc19oOkE4blJFWWtBUFo5bjNYWndBQVYxZWcSDAj9iuK_BhD4ouCwAw&d=17924085&t=8", "disclaimerText": { "text": "Summarized with Gemini", "languageCode": "en-US" } } }, /.../ ] }
عمليات تحديد المصدر
يجب أن تكون جميع الملخصات المستندة إلى الذكاء الاصطناعي المعروضة في تطبيقك مصحوبة بالإسناد المناسب وفقًا لسياسات Google ومعاييرها. لمزيد من المعلومات، يُرجى الاطّلاع على سياسات Places API.