SpeechS3LanguageIdentificationResult

SpeechInternationalization

GoogleApi.ContentWarehouse.V1.Model.SpeechS3LanguageIdentificationResult

5
out of 10
Medium
SEO Impact
Response proto for the LangId service running on a Greco server in prod. Next Tag: 6

SEO Analysis

AI Generated

Related 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

5
Sort:|Filter:
endTimeUsecstring
Default: nilFull type: String.t

The 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 →
Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.SpeechS3Locale.t

Ranked list of top-N language codes. Ranking is based on ConfidenceIntervals of supported languages, and N is defined in the LanguageIdentificationConfig.

startTimeUsecstring
Default: nilFull type: String.t

Global start time. This value should be fixed across all LanguageIdentificationResults for a given utterance.

topLanguageConfidencestring
Default: nilFull type: String.t

Confidence interval of the top recognized language.

voicedUtteranceboolean(
Default: nil

Identifies 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.