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

Attributes

  • altQuery (type: String.t, default: nil) - The alt query used for building the Dolphin example.
  • answer (type: String.t, default: nil) - The answer used for building the Dolphin example.
  • query (type: String.t, default: nil) - The query used for building the Dolphin example.
  • timeMs (type: String.t, default: nil) - The time stamp of the video anchor in milliseconds.
  • title (type: String.t, default: nil) - The title used for building the Dolphin example.
  • url (type: String.t, default: nil) - The url of the video.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchDolphinFeatures{
  altQuery: String.t() | nil,
  answer: String.t() | nil,
  query: String.t() | nil,
  timeMs: String.t() | nil,
  title: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.