VideoContentSearchVideoAnchor

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchor


Table of Contents ▼

Jump to a specific part of the page:

Description

Next ID: 23

Attributes List

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

View Attributes

Attributes

  1. anchorScore (type: number(), default: nil)
    - The score indicating anchor confidence.
  2. anchorType (type: String.t, default: nil)
    - Specifies the type of the anchor.
  3. contextText (type: String.t, default: nil)
    - Context text from ASR of long duration, used for longT5 models.
  4. destinationUrl (type: String.t, default: nil)
    - When set, this is the link that should be used when clicking on a video anchor. This should jump to the given time in the video.
  5. duration (type: String.t, default: nil)
    - The duration of the video anchor in milliseconds.
  6. entityScore (type: number(), default: nil)
    - The score indicating the usefulness of the entity identified by 'mid'.
  7. filterReason (type: list(String.t), default: nil)
    - If is_filtered is true, this field illustrates the reasons.
  8. isFiltered (type: boolean(), default: nil)
    - If true, the anchor is filtered and not served online.
  9. isSafe (type: boolean(), default: nil)
    - Convenience field that consolidates signals for whether this label is safe.
  10. isScutiBad (type: boolean(), default: nil)
    - whether this label is bad by go/scuti
  11. label (type: String.t, default: nil)
    - The text label of the video anchor.
  12. labelScore (type: number(), default: nil)
    - The score indicating label confidence.
  13. mid (type: String.t, default: nil)
    - The mid of the video anchor.
  14. namedEntity (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchNamedEntity), default: nil)
    - Specifies named enitities the label has.
  15. precisionScore (type: number(), default: nil)
    - The precision for which the anchor should trigger. For example, if the desired precision is 95%, anchors with precision_score < 0.95 should be removed.
  16. scoreInfo (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorScoreInfo, default: nil)
    - Additional scoring info used for debugging.
  17. starburstFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVisualFeatures, default: nil)
    - Visual tokens for the anchor. Eg. starbust feature vectors for several frames concatenated together.
  18. thumbnail (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnail, default: nil)
    - Data about the thumbnail to display for this anchor.
  19. thumbnailUrl (type: String.t, default: nil)
    - The url for a frame to display for this anchor.
  20. time (type: String.t, default: nil)
    - The time stamp of the video anchor in milliseconds.
  21. tokenTimingInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTokenTimingInfo), default: nil)
    - Timing info for each token in the anchor label.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchor{
anchorScore: number() | nil,
anchorType: String.t() | nil,
contextText: String.t() | nil,
destinationUrl: String.t() | nil,
duration: String.t() | nil,
entityScore: number() | nil,
filterReason: [String.t()] | nil,
isFiltered: boolean() | nil,
isSafe: boolean() | nil,
isScutiBad: boolean() | nil,
label: String.t() | nil,
labelScore: number() | nil,
mid: String.t() | nil,
namedEntity: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchNamedEntity.t()] | nil,
precisionScore: number() | nil,
scoreInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorScoreInfo.t() | nil,
starburstFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVisualFeatures.t() | nil,
thumbnail: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnail.t() | nil,
thumbnailUrl: String.t() | nil,
time: String.t() | nil,
tokenTimingInfo: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTokenTimingInfo.t()] | nil
}

Function

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

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