HealthRecommendations
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คำแนะนำด้านสุขภาพสำหรับกลุ่มประชากรต่างๆ ในรูปแบบข้อความอิสระ คำแนะนำต่างๆ ได้มาจากสภาวะคุณภาพอากาศที่เกี่ยวข้อง
การแสดง JSON |
{
"generalPopulation": string,
"elderly": string,
"lungDiseasePopulation": string,
"heartDiseasePopulation": string,
"athletes": string,
"pregnantWomen": string,
"children": string
} |
ช่อง |
generalPopulation |
string
ไม่มีความละเอียดอ่อนที่เฉพาะเจาะจง
|
elderly |
string
ผู้เกษียณอายุและผู้ที่มีอายุมากกว่าประชากรทั่วไป
|
lungDiseasePopulation |
string
ปัญหาเกี่ยวกับระบบทางเดินหายใจและโรคหอบหืด
|
heartDiseasePopulation |
string
โรคเกี่ยวกับหัวใจและระบบไหลเวียนโลหิต
|
athletes |
string
กีฬาและกิจกรรมกลางแจ้งที่ต้องใช้กําลังมาก
|
pregnantWomen |
string
ผู้หญิงในทุกช่วงของการตั้งครรภ์
|
children |
string
ประชากรอายุน้อย ซึ่งรวมถึงเด็ก เด็กเล็ก และทารก
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-31 UTC
[null,null,["อัปเดตล่าสุด 2025-08-31 UTC"],[[["\u003cp\u003eProvides health recommendations tailored to various population groups (general population, elderly, lung/heart disease patients, athletes, pregnant women, and children) based on air quality.\u003c/p\u003e\n"],["\u003cp\u003eUses a JSON format with specific fields for each population group to store and convey health recommendations in free text.\u003c/p\u003e\n"],["\u003cp\u003eEach field within the JSON structure contains textual health recommendations corresponding to the specific population group.\u003c/p\u003e\n"]]],["The document defines a JSON structure for health recommendations based on air quality. It provides distinct advice for seven population groups: the general population, elderly, individuals with lung or heart disease, athletes, pregnant women, and children. Each group's recommendation is a free-text string. The schema outlines fields and corresponding descriptions for each group, specifying the type of individuals included within each category.\n"],null,["# HealthRecommendations\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nHealth recommendations for different population groups in a free text format. The recommendations are derived from their associated air quality conditions.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"generalPopulation\": string, \"elderly\": string, \"lungDiseasePopulation\": string, \"heartDiseasePopulation\": string, \"athletes\": string, \"pregnantWomen\": string, \"children\": string } ``` |\n\n| Fields ||\n|--------------------------|------------------------------------------------------------------------|\n| `generalPopulation` | `string` No specific sensitivities. |\n| `elderly` | `string` Retirees and people older than the general population. |\n| `lungDiseasePopulation` | `string` Respiratory related problems and asthma suffers. |\n| `heartDiseasePopulation` | `string` Heart and circulatory system diseases. |\n| `athletes` | `string` Sports and other strenuous outdoor activities. |\n| `pregnantWomen` | `string` Women at all stages of pregnancy. |\n| `children` | `string` Younger populations including children, toddlers, and babies. |"]]