Voting helps other researchers find interesting modules.
Anchor-level Metadata about list description anchors.
babelMatch
GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextMatchInfo.t
nil
descriptionSpanInfo
GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchDescriptionSpanInfo.t
listItemIndex
integer()
matchScores
list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMatchScores.t)
pretriggerScore
number()
titleAnchorBabelMatchScore
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()