VideoContentSearchOcrAsrFeature

VideoSearch Infrastructure

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrAsrFeature

6
out of 10
Medium
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

  • Understanding this model helps SEOs grasp Google's internal data architecture
  • Consider how this system might interact with other ranking signals

Attributes

9
Sort:|Filter:
minCharEditDistanceinteger(
Default: nil

The minimum char edit distance between the normalized OCR text and candidate word strings taken from a time window around the OCR appearance.

minCharEditDistanceAsrTextstring
Default: nilFull type: String.t

The matched ASR candidate for minimum char edit distance.

minCharEditDistancePercentnumber(
Default: nil

The min_char_edit_distance divided by the length of the OCR string.

ocrTextNormalizedForCharMatchstring
Default: nilFull type: String.t

The normalized OCR text which was used to match the candidate.

ocrTextNormalizedForCharMatchLengthinteger(
Default: nil

The length of the normalized OCR text.

pretriggerScorenumber(
Default: nil

The score from the pretrigger model.

wordOverlapAsrTextstring
Default: nilFull type: String.t

The ASR text that was used for the word overlap calculation.

wordOverlapCountinteger(
Default: nil

The number of words found both in the OCR text and the ASR in a time window around OCR appearance.

wordOverlapPercentnumber(
Default: nil

The word_overlap_count divided by the number of words in the OCR text.