View Source GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchListAnchorFeatures (google_api_content_warehouse v0.3.0)
Anchor-level Metadata about list description anchors.
Attributes
-
babelMatch(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextMatchInfo.t, default:nil) - The babel match info of the list anchor with its matched ASR text. -
descriptionSpanInfo(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchDescriptionSpanInfo.t, default:nil) - The description span metadata about list anchor when the anchor source is DESCRIPTION_SPANS. -
listItemIndex(type:integer(), default:nil) - The list item index of this anchor in the video description. -
matchScores(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMatchScores.t), default:nil) - The metadata about this list item's matches with different ASR snippets. This is currently used in the base model (DTW) to generate candidate anchors. -
pretriggerScore(type:number(), default:nil) - The score from the pretrigger model. -
titleAnchorBabelMatchScore(type:number(), default:nil) - Babel similarity between the anchor and the video title.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchListAnchorFeatures{ babelMatch: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextMatchInfo.t() | nil, descriptionSpanInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchDescriptionSpanInfo.t() | nil, listItemIndex: integer() | nil, matchScores: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMatchScores.t()] | nil, pretriggerScore: number() | nil, titleAnchorBabelMatchScore: number() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.