VideoContentSearchListTrainingDataSetFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchListTrainingDataSetFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

Cluster-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. editDistanceRatioStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - Summary of the edit_distance_ratios of the description spans from their best matched description anchor texts.
  2. editDistanceStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - Summary of the edit_distances of the description spans from their best matched description anchor texts.
  3. matchedDescriptionAnchorsTimegapStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - Median, average and standard deviation of time gaps of when the description anchors is annotated to appear in the video (description_anchor_time_ms) from when they are matched in the ASR as the list description anchors.
  4. numDescriptionAnchors (type: integer(), default: nil)
    - Number of description anchors in the description of this video.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchListTrainingDataSetFeatures{
editDistanceRatioStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
editDistanceStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
matchedDescriptionAnchorsTimegapStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
numDescriptionAnchors: integer() | nil
}

Function

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

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