View Source GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchInstructionTrainingDataAnchorFeatures (google_api_content_warehouse v0.4.0)
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.
Attributes
-
bestAsrAndDescriptionAnchorsMatchInfo
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSimilarityMatchInfo.t)
, default:nil
) - The match info about the description anchor matches with the ASR n-grams in the instruction passage. Each element represents the best match between a given description anchor and all qualified n-grams within the passage. -
bestDescriptionAndInstructionAnchorsMatchInfo
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSimilarityMatchInfo.t)
, default:nil
) - The match info about the description anchor matches with the instruction anchors in a instruction passage. Each element represents the best match between a given description anchor and all the instruction anchors in the passage. -
instructionAnchorsMatchInfo
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSimilarityMatchInfo.t)
, default:nil
) - The match info about the instruction steps matches with the ASR. Each instruction step corresponds to a step extracted from a web doc. Each instruction passage can contain multiple instruction step matches thus the repeated field.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.