GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchListTrainingDataAnchorFeatures
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
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):
Attributes
-
descriptionAnchorTimeMs
(type:integer()
, default:nil
)
- The timestamp of when the description anchor is annotated to appear in the video in ms. -
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. -
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. -
editDistanceRatio
(type:number()
, default:nil
)
- edit_distance over the description anchor's label length. -
matchedDescriptionText
(type:String.t
, default:nil
)
- The description anchor text used for matching to Span anchor text. -
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
}
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