Voting helps other researchers find interesting modules.
Anchor-level metadata about the description anchors used as list items to build training data for list anchors.
descriptionAnchorTimeMs
integer()
nil
descriptionAnchorTimeToMatchedTimeMs
String.t
editDistance
editDistanceRatio
number()
matchedDescriptionText
matchedSpanText
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()