VideoContentSearchCaptionEntityAnchorFeatures

VideoLink Signal

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionEntityAnchorFeatures

10
out of 10
Critical
SEO Impact
Features and debug info for individual caption entity video anchors.

SEO Analysis

AI Generated

Related to anchor text analysis and link signal processing. Anchor text—the clickable text in hyperlinks—has been a fundamental ranking signal since Google's inception. This model processes how link text is analyzed, stored, and weighted, affecting how Google understands what a page is about based on how other sites link to it.

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
  • Audit your backlink profile for anchor text diversity and relevance
  • Ensure internal linking uses descriptive, relevant anchor text
  • Monitor for unnatural link patterns that could trigger penalties

Attributes

29
Sort:|Filter:
asrMentionTextstring
Default: nilFull type: String.t

If the description anchor has been recognized as an entity and that entity has also been mention in the ASR, this is the mention text from the ASR.

asrMentionTranscriptOffsetinteger(
Default: nil

The start index of the ASR entity mention from the beginning of the ASR transcript. The index is included so that individual mentions that share the same mid and time can be distinguished which happens when an entity is mentioned multiple times in an ASR sentence. Each mid/asr_mention_transcript_offset will be unique.

asrSentencestring
Default: nilFull type: String.t

The nearest ASR sentence.

asrStartTimeinteger(
Default: nil

The begin time in ms of the ASR sentence.

bertScoreslist(number(
Default: nil

The result of the BERT inference using the title, ASR sentence and entity mention text.

broadnessnumber(
Default: nil

A score to help determine how specific this entity is.

durationCoveragenumber(
Default: nil

The percentage of the video covered by the span of the first mention to the last mention.

entityConnectednessnumber(
Default: nil

The webref connectedness score of the entity.

entityDescriptionstring
Default: nilFull type: String.t

A short text describing the entity.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionEntityDocInfo.t

Information about how many documents the entity occurred in and how many total mentions the entity has across the entire video corpus.

entityMentionInDescriptionboolean(
Default: nil

Whether or not the entity mention text appears in the description of the video.

estimatedMentionTimeinteger(
Default: nil

The estimated begin time in ms of the entity mention using the text offset divided by the ASR duration.

groupCohesionnumber(
Default: nil

Average similarity between this anchor and other anchors in the set.

hypernymConfidencenumber(
Default: nil

The confidence of the hypernym used as the set label.

hypernymCountnumber(
Default: nil

Number of hypernyms used for calculating similarity.

hyperpediaSalientTermsSimilaritynumber(
Default: nil

The cosine similarity between the document salient terms and the hyperpedia hypernyms for a given entity.

inWebrefEntitiesboolean(
Default: nil

Whether or not this entity is in the webref entities.

isOracleEntityboolean(
Default: nil

True if the given entity appears as an Oracle followup query.

isProductboolean(
Default: nil

Whether this entity counts as a 'product' for the purpose of dividing entities between the 'related topics' and 'products in this video' features.

maxMentionConfidencenumber(
Default: nil

The maximum confidence of all of the entity mentions in the transcript.

mentionConfidencenumber(
Default: nil

The confidence that the ASR mention matches the given mid.

mentionsinteger(
Default: nil

Number of times an entity is mentioned in the ASR transcript.

msFromLastAnchorinteger(
Default: nil

The duration in ms between this anchor and the previous anchor or the beginning of the video if this is the first anchor.

nextAsrSentencestring
Default: nilFull type: String.t

The ASR sentence after asr_sentence or "" if it is the last sentence.

otherAsrMentionTextstring
Default: nilFull type: list(String.t

The ASR text of each mention of the entity.

otherEstimatedMentionTimeslist(integer(
Default: nil

Each time the entity was mentioned.

previousAsrSentencestring
Default: nilFull type: String.t

The ASR sentence before asr_sentence or "" if it is the first sentence.

trustedNameConfidencenumber(
Default: nil

The confidence that the ASR mention is a trusted name.

webrefEntityTopicalitynumber(
Default: nil

The webref entity topicality score if the entity is a webref entity and 0 if not.