I18nRegions
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
i18nRegion
资源用于标识 YouTube 用户可以选为首选内容区域的地理区域。内容区域也可称为内容语言区域。对于 YouTube 网站,系统可以根据 YouTube 域或用户的 IP 位置等启发法自动选择内容区域。用户也可以从 YouTube 网站页脚中手动选择所需的内容区域。
每个 i18nRegion
资源都标识一个地区代码和名称。调用 search.list
、videos.list
、activities.list
和 videoCategories.list
等 API 方法时,可将区号用作 regionCode
参数的值。
方法
对于 i18nRegions
资源,该 API 支持以下方法:
- list
- 返回 YouTube 网站支持的内容区域列表。立即试用。
资源表示法
以下 JSON 结构显示了 i18nRegions
资源的格式:
{
"kind": "youtube#i18nRegion",
"etag": etag,
"id": string,
"snippet": {
"gl": string,
"name": string
}
}
属性
下表定义了此资源中显示的属性:
属性 |
kind |
string 标识 API 资源的类型。其值为 youtube#i18nRegion 。 |
etag |
etag
此资源的 Etag。 |
id |
string
YouTube 用于唯一标识国际化区域的 ID。 |
snippet |
object
snippet 对象包含有关国际化区域的基本详情,例如区域代码和名称。 |
snippet.gl |
string
由两个字母组成的 ISO 国家/地区代码,用于标识相应区域。 |
snippet.name |
string
区域的名称。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-04-26。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2024-04-26\u3002"}