VideoContentSearchListTrainingDataAnchorFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchListTrainingDataAnchorFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

Anchor-level metadata about the description anchors used as list items to build training data for list anchors.

Attributes List

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

View Attributes

Attributes

  1. descriptionAnchorTimeMs (type: integer(), default: nil)
    - The timestamp of when the description anchor is annotated to appear in the video in ms.
  2. descriptionAnchorTimeToMatchedTimeMs (type: String.t, default: nil)
    - The time gap of when the description anchor is annotated to appear in the video (description_anchor_time_ms) from when it's matched in the ASR as the list anchor.
  3. editDistance (type: integer(), default: nil)
    - Closest edit distance between the anchor generated by description span and the description anchor where the span anchor must be within small threshold time difference of the description anchor timestamp.
  4. editDistanceRatio (type: number(), default: nil)
    - edit_distance over the description anchor's label length.
  5. matchedDescriptionText (type: String.t, default: nil)
    - The description anchor text used for matching to Span anchor text.
  6. matchedSpanText (type: String.t, default: nil)
    - The description span anchor text that was the best match for the nearby description anchor.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchListTrainingDataAnchorFeatures{
descriptionAnchorTimeMs: integer() | nil,
descriptionAnchorTimeToMatchedTimeMs: String.t() | nil,
editDistance: integer() | nil,
editDistanceRatio: number() | nil,
matchedDescriptionText: String.t() | nil,
matchedSpanText: String.t() | nil
}

Function

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

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