SpeechS3LanguageIdentificationResult
SpeechInternationalizationGoogleApi.ContentWarehouse.V1.Model.SpeechS3LanguageIdentificationResult
SEO Analysis
AI GeneratedRelated to language detection and internationalization. Google identifies content language to serve it to the appropriate audience and match it to queries in that language. Proper language signals affect visibility in different geographic markets and help Google serve the right language version to users.
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
5endTimeUsecstringnilFull type: String.tThe end time of the input audio that this result refers to. This value should increase across LanguageIdentificationResult emitted by the Greco server running LangId, and reflects the server having processed more of the input audio.
rankedTopSupportedLanguagesSpeechS3Locale →nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.SpeechS3Locale.tRanked list of top-N language codes. Ranking is based on ConfidenceIntervals of supported languages, and N is defined in the LanguageIdentificationConfig.
startTimeUsecstringnilFull type: String.tGlobal start time. This value should be fixed across all LanguageIdentificationResults for a given utterance.
topLanguageConfidencestringnilFull type: String.tConfidence interval of the top recognized language.
voicedUtteranceboolean(nilIdentifies when the provided audio sample does or doesn't contain voiced samples. E.g. an unvoice utterance happens when the EOS signal is received before any frame because all frames were filtered by the endpointer. For events where voiced_utterance is false, ranked_top_supported_languages is defined but scores are not to be trusted. All LanguageIdentificationResults contains a valid value of voiced_utterance.