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 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-31。
[null,null,["最后更新时间 (UTC):2025-08-31。"],[[["\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. |"]]