Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
I18nRegions
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
i18nRegion 资源用于标识 YouTube 用户可以选择作为首选内容区域的地理区域。内容区域也可以称为内容语言区域。对于 YouTube 网站,系统可能会根据 YouTube 网域或用户的 IP 位置等启发词语自动选择内容区域。用户还可以从 YouTube 网站页脚手动选择所需的内容区域。
每个 i18nRegion 资源都标识一个区域代码和名称。调用 search.list、videos.list、activities.list 和 videoCategories.list 等 API 方法时,可将地区代码用作 regionCode 参数的值。
方法
该 API 支持对 i18nRegions 资源使用以下方法:
- 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 对象包含有关 i18n 区域的基本详细信息,例如其区域代码和名称。 |
snippet.gl |
string
用于标识地区的由两个字母组成的 ISO 国家/地区代码。 |
snippet.name |
string
区域名称。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-21。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-21。"],[],["The `i18nRegion` resource represents a YouTube content region, selectable by users or automatically determined. Each resource has a unique ID, region code, and name. The region code is usable in API methods like `search.list`. The resource can be retrieved via the `i18nRegions.list` method, which provides the supported content regions. The resource's properties include `kind` (`youtube#i18nRegion`), `etag`, `id`, and a `snippet` object containing the region's code (`gl`) and name.\n"]]