View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaProviderMetadata (google_api_content_warehouse v0.4.0)

Provider metadata associated with video.

Attributes

  • deeplinkUrl (type: String.t, default: nil) - URL like https://www.netflix.com/title/70305883 -- this is used as a deeplink to play the video.
  • providerMid (type: String.t, default: nil) - Provider MID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaProviderMetadata{
    deeplinkUrl: String.t() | nil,
    providerMid: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.