NlpSemanticParsingModelsMediaAudiobookInfo

AI Overview😉

  • The potential purpose of this module is to help Google understand the structure and content of audiobooks, including their authors, narrators, and relationships to book entities. This allows Google to provide more accurate and informative search results for audiobook-related queries.
  • This module could impact search results by allowing Google to:
    • Return more accurate and relevant results for audiobook-related searches
    • Provide additional metadata and information about audiobooks, such as author and narrator names
    • Improve the discovery of audiobooks and their relationships to book entities
  • To be more favorable for this function, a website may:
    • Provide clear and consistent metadata about audiobooks, including author and narrator names
    • Use structured data and schema.org markup to help Google understand the relationships between audiobooks and book entities
    • Ensure that audiobook information is easily crawlable and accessible to Google's algorithms

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Metadata for an audiobook.

Attributes

  • audiobookMid (type: String.t, default: nil) - The MID of the audiobook entity (/book/book_edition).
  • authors (type: list(String.t), default: nil) -
  • bookMid (type: String.t, default: nil) - The MID of the book entity (/book/book) which this audiobook is associated with.
  • narrators (type: list(String.t), default: nil) -

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.NlpSemanticParsingModelsMediaAudiobookInfo{
    audiobookMid: String.t() | nil,
    authors: [String.t()] | nil,
    bookMid: String.t() | nil,
    narrators: [String.t()] | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.