IndexingSpeechSpeechPropertiesProto

IndexingIndexing

GoogleApi.ContentWarehouse.V1.Model.IndexingSpeechSpeechPropertiesProto

6
out of 10
Medium
SEO Impact
The information about spoken content that's based on purely the media resource contents (and not the embedding page or context, etc).

SEO Analysis

AI Generated

Controls how pages are indexed. Without proper indexing, pages cannot appear in search results at all. This model (Indexing Speech Speech Properties Proto) contains 9 attributes that define its data structure. Key functionality includes: Duration of audio in processed fragment (including non-speech), in seconds.

Actionable Insights for SEOs

  • Optimize crawl budget by fixing broken links and reducing redirect chains
  • Use robots.txt and sitemap.xml effectively to guide crawling
  • Monitor Google Search Console for crawl errors and indexing issues

Attributes

9
Sort:|Filter:
audioDurationinteger(
Default: nil

Duration of audio in processed fragment (including non-speech), in seconds.

audioOnlyboolean(
Default: nil

If true, the media file is audio-only. If false, also has video track(s).

estimatedAudioDurationinteger(
Default: nil

Estimated duration of audio in the whole file (including non-speech), in seconds. If this is greater than 0, then it will either be equal to audio_duration (when truncated_file is false), or to the length of the content (audio or video) according to the file header (when truncated_file is true).

estimatedAudioDurationConfidencenumber(
Default: nil

Our confidence in the duration estimate, on a scale from 0 (not confident) to 1 (very confident). An estimate should have a confidence of at least 0.5 if it is to be shown to users.

languageCodestring
Default: nilFull type: String.t

The spoken language, see i18n/identifiers/languagecode.h and go/gl2014. This may or may not match the language of the written page. (Examples: "en", "sv", "zh-CN").

numWordsinteger(
Default: nil

Total number of recognized words in processed fragment.

recognizerAccuracynumber(
Default: nil

Measure of the estimated output accuracy from the speech recognition code, from 0 to 1. Based on word-level confidence and possibly other factors.

speechDurationinteger(
Default: nil

Duration of speech in processed fragment, in seconds.

truncatedFileboolean(
Default: nil

If true, we may have processed a truncated file (most likely due to a size-cutoff when crawling). As a result, the audio duration is a lower bound and the other fields reflect only the processed prefix of the file.