TVClip
Type name: TVClip
Extends Clip
Name |
Type |
Description |
partOfTVSeries |
TVSeries |
The TV series to which this episode or season belongs. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["TVClip extends the Clip type and provides additional information specifically for television clips."],["It includes a `partOfTVSeries` property to associate the clip with its respective TV series."]]],["The `TVClip` type, which extends the `Clip` type, represents a segment from a TV series. It includes a `partOfTVSeries` property, which is of the `TVSeries` type. This property identifies the specific TV series to which the given episode or season belongs, essentially linking the clip to its parent series. This allows for the categorization and organization of TV clips within a larger TV series context.\n"]]