BroadcastService
Type name: BroadcastService
Extends Thing
Name |
Type |
Description |
area |
Place |
The area within which users can expect to reach the broadcast service. |
broadcaster |
Organization |
The organization owning or operating the broadcast service. |
parentService |
BroadcastService |
A broadcast service to which the broadcast service may belong to such as regional variations of a national channel. |
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."],[[["BroadcastService objects provide details about a broadcast service, like a TV or radio station."],["Key properties include the service's area, the broadcaster organization, and any parent service it might belong to."],["This type extends the Thing type and uses types like Place and Organization for its properties."]]],["The `BroadcastService` type, extending `Thing`, defines a service for broadcasting. Key properties include `area`, a `Place` indicating the service's reach, and `broadcaster`, an `Organization` that owns or operates the service. It also includes `parentService`, which is another `BroadcastService`, potentially representing a larger, overarching broadcast entity.\n"]]