VideoContentSearchSimilarityMatchInfo

VideoSearch Infrastructure

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSimilarityMatchInfo

7
out of 10
High
SEO Impact
Unwrap a decoded JSON object into its complex fields.

SEO Analysis

AI Generated

Related to video content processing and YouTube integration. Video content appears in universal search results, video carousels, and YouTube search. This model processes video signals that determine how video content is ranked and displayed in both web search and YouTube search results.

Actionable Insights for SEOs

  • Monitor for changes in rankings that may correlate with updates to this system
  • Consider how your content strategy aligns with what this signal evaluates

Attributes

10
Sort:|Filter:
instructionStartMsinteger(
Default: nil

The timestamp of when the first token in the token sequence is spoken in the video.

instructionTextstring
Default: nilFull type: String.t

The instruction step text coming from the web document. Currently only populated for best_description_and_instruction_anchors_match_info.

referenceTextstring
Default: nilFull type: String.t

The reference text used for matching against token_sequence (e.g. description anchor text or instruction step text).

referenceTextTimeMsinteger(
Default: nil

The timestamp of when the reference text is pointing in the video (e.g. this is the description anchor timestamp when reference_text is description anchor. For instruction step used as the reference, no timestamps exists and thus this field is not populated).

scoringMethodNamestring
Default: nilFull type: String.t

Similarity scorer name.

similarityScorenumber(
Default: nil

The similarity score given by the scoring method specified by the message scoring_method_name.

stepIndexinteger(
Default: nil

The index of the step in HowToInstructions that this token_sequence corresponds to.

tokenSequencestring
Default: nilFull type: String.t

The matched token sequence text in ASR.

tokenSequenceLengthinteger(
Default: nil

The length of the tokens in the token sequence.

tokenStartPosinteger(
Default: nil

The token offset of the matched token sequence from the beginning of the document.