NlpSemanticParsingModelsMediaPodcastInfo

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaPodcastInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. clusterId (type: String.t, default: nil)
    - An internal identifier for the wernicke database that identifies a cluster of multiple sources for a particular podcast.
  2. episodeGuid (type: String.t, default: nil)
    - GUID of the given podcast episode.
  3. feedUrl (type: String.t, default: nil)
    - The url for the rss feed providing this podcast.
  4. podcastRecsFeatures (type: GoogleApi.ContentWarehouse.V1.Model.SuperrootPodcastsRecommendationsPodcastRecsFeatures, default: nil)
    - Podcast recommendations features. These features are used to train models for reranking podcast recommendations. Full list of features: http://shortn/_bg6NvzYs6F This won't be sent to clients. It will only be annotated for crust results
  5. title (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaPodcastInfo{
clusterId: String.t() | nil,
episodeGuid: String.t() | nil,
feedUrl: String.t() | nil,
podcastRecsFeatures: GoogleApi.ContentWarehouse.V1.Model.SuperrootPodcastsRecommendationsPodcastRecsFeatures.t() | nil,
title: String.t() | nil
}

Function

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

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