IndexingSpeechSpeechPropertiesProto
IndexingIndexingGoogleApi.ContentWarehouse.V1.Model.IndexingSpeechSpeechPropertiesProto
SEO Analysis
AI GeneratedControls 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
9audioDurationinteger(nilDuration of audio in processed fragment (including non-speech), in seconds.
audioOnlyboolean(nilIf true, the media file is audio-only. If false, also has video track(s).
estimatedAudioDurationinteger(nilEstimated 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(nilOur 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.
languageCodestringnilFull type: String.tThe 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(nilTotal number of recognized words in processed fragment.
recognizerAccuracynumber(nilMeasure of the estimated output accuracy from the speech recognition code, from 0 to 1. Based on word-level confidence and possibly other factors.
speechDurationinteger(nilDuration of speech in processed fragment, in seconds.
truncatedFileboolean(nilIf 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.