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):2024-09-08。
[null,null,["最后更新时间 (UTC):2024-09-08。"],[[["Provides health recommendations tailored to various population groups (general population, elderly, lung/heart disease patients, athletes, pregnant women, and children) based on air quality."],["Uses a JSON format with specific fields for each population group to store and convey health recommendations in free text."],["Each field within the JSON structure contains textual health recommendations corresponding to the specific population group."]]],["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"]]