AssistantApiLiveTvChannelCapabilities

AI Overview😉

  • The potential purpose of this module is to help Google understand the live TV channel capabilities of different providers, such as which channels are available from each provider. This allows Google to provide more accurate and relevant search results related to live TV, such as which channels are available to stream or which providers offer specific channels.
  • This module could impact search results by allowing Google to provide more precise answers to queries related to live TV, such as "What channels does Hulu offer?" or "Can I watch ESPN on YouTube TV?". It could also influence the ranking of search results, with providers that offer a wider range of channels or more popular channels being given more prominence.
  • To be more favorable to this function, a website could ensure that it clearly and accurately lists the live TV channels it offers, including the providers that offer each channel. This could be done by providing a comprehensive and up-to-date channel lineup on the website, as well as using schema markup to highlight this information to search engines. Additionally, websites could ensure that their content is easily crawlable and indexable by search engines, allowing Google to more easily understand their live TV channel capabilities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AssistantApiLiveTvChannelCapabilities (google_api_content_warehouse v0.4.0)

Attributes

  • channelsByProvider (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiLiveTvChannelCapabilitiesChannelsByProvider.t), default: nil) - A list of channel providers each of which provides a list of its channels.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiLiveTvChannelCapabilities{
    channelsByProvider:
      [
        GoogleApi.ContentWarehouse.V1.Model.AssistantApiLiveTvChannelCapabilitiesChannelsByProvider.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.