VideoContentSearchVideoAnchors

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchors


Table of Contents ▼

Jump to a specific part of the page:

Description

A video can have a list of text anchors, which have different anchor types. Next ID: 15

Attributes List

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

View Attributes

Attributes

  1. anchorType (type: String.t, default: nil)
    -
  2. entityGroupInfo (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchEntityGroupInfo, default: nil)
    - The list of entity groups derived from the caption entities.
  3. experimentalPredictedQuerylessTocUsefulness (type: number(), default: nil)
    - Same as above, but used for experimenting with new models.
  4. filterReason (type: list(String.t), default: nil)
    - If is_filtered is true, this field illustrates the reasons.
  5. isFiltered (type: boolean(), default: nil)
    - If true, the anchor set is filtered and not served online.
  6. mergedAnchorsSources (type: list(String.t), default: nil)
    - The anchor sources being used to generate this merged anchors. This field is filled only when this is a merged anchor.
  7. predictedQuerylessTocUsefulness (type: number(), default: nil)
    - The score that predicts the usefulness of this anchor set on the Huh table of contents eval without considering the query.
  8. score (type: number(), default: nil)
    - The quality of the anchor set.
  9. scoreInfo (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorsScoreInfo, default: nil)
    - Additional scoring info used for debugging.
  10. shouldServeThumbnails (type: boolean(), default: nil)
    - Whether or not thumbnails should be displayed when serving anchors.
  11. thumbnailForced (type: boolean(), default: nil)
    - This field indicates that the thumbnail should be hidden but is forced to show.
  12. thumbnailSetInfo (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorsThumbnailInfo, default: nil)
    - Information about the set of thumbnails.
  13. videoAnchor (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchor), default: nil)
    -
  14. videoIntroduction (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoIntroduction, default: nil)
    - Information about the video's introduction segment.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchors{
anchorType: String.t() | nil,
entityGroupInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchEntityGroupInfo.t() | nil,
experimentalPredictedQuerylessTocUsefulness: number() | nil,
filterReason: [String.t()] | nil,
isFiltered: boolean() | nil,
mergedAnchorsSources: [String.t()] | nil,
predictedQuerylessTocUsefulness: number() | nil,
score: number() | nil,
scoreInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorsScoreInfo.t() | nil,
shouldServeThumbnails: boolean() | nil,
thumbnailForced: boolean() | nil,
thumbnailSetInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorsThumbnailInfo.t() | nil,
videoAnchor: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchor.t()] | nil,
videoIntroduction: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoIntroduction.t() | nil
}

Function

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

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