Voting helps other researchers find interesting modules.
Anchor-level metadata about the instruction anchors. Each instruction passage anchor can contain multiple instruction steps and multiple description anchors and thus the following fields are defined as repeated.
bestAsrAndDescriptionAnchorsMatchInfo
list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSimilarityMatchInfo.t)
nil
bestDescriptionAndInstructionAnchorsMatchInfo
instructionAnchorsMatchInfo
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchInstructionTrainingDataAnchorFeatures{ bestAsrAndDescriptionAnchorsMatchInfo: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSimilarityMatchInfo.t() ] | nil, bestDescriptionAndInstructionAnchorsMatchInfo: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSimilarityMatchInfo.t() ] | nil, instructionAnchorsMatchInfo: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSimilarityMatchInfo.t() ] | nil }
@spec decode(struct(), keyword()) :: struct()