VideoContentSearchVideoAnchorSets

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorSets


Table of Contents ▼

Jump to a specific part of the page:

Description

One video can have multiple types of text anchors. For example, https://www.youtube.com/watch?v=Rtk0I5PVOIc has both list anchors and OCR anchors.

Attributes List

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

View Attributes

Attributes

  1. videoActions (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoActions, default: nil)
    -
  2. videoAnchors (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchors), default: nil)
    -
  3. videoInfo (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoInfo, default: nil)
    -
  4. videoScoreInfo (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoScoreInfo, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorSets{
videoActions: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoActions.t() | nil,
videoAnchors: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchors.t()] | nil,
videoInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoInfo.t() | nil,
videoScoreInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoScoreInfo.t() | nil
}

Function

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

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