剧季
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["The `Season` type defines structured data for a season of a TV show, radio program, or game series."],["It includes properties for start and end dates, episodes, season number, and the series it belongs to."],["`Season` type extends the `CreativeWork` type and includes information about the production company and a potential trailer."],["Developers can use the provided properties like `endDate`, `episode`, `numberOfEpisodes`, etc.to markup the details about the season of a TV/radio series or a game."]]],["The \"Season\" type extends \"CreativeWork\" and defines properties for media seasons. Key properties include `endDate` and `startDate` (ISO 8601 format), `episode` or `episodes` which represent media episodes, `numberOfEpisodes`, `partOfSeries` to specify the overarching series, `productionCompany`, `seasonNumber` for season ordering, and `trailer` which refers to a related video. These components describe a specific installment within a media series, including its chronological boundaries and related media.\n"]]