NlpSemanticParsingModelsMediaAudiobookInfo

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaAudiobookInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Metadata for an audiobook.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaAudiobookInfo