View Source 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

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaAudiobookInfo{
    audiobookMid: String.t() | nil,
    authors: [String.t()] | nil,
    bookMid: String.t() | nil,
    narrators: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.