AssistantApiSpeechCapabilities

AI Overview😉

  • The potential purpose of this module is to detect and utilize speech recognition capabilities on devices, allowing for features like voice-activated unlocking and hotword detection. This module seems to be focused on device-specific speech capabilities, rather than general search query analysis.
  • This module could impact search results by influencing the ranking of results based on the device's speech recognition capabilities. For example, if a device supports DSP-based hotword detection, the algorithm may prioritize results that are more likely to be accessed through voice commands. This could lead to a more personalized and device-specific search experience.
  • A website may change things to be more favorable for this function by optimizing its content and structure for voice-activated searches. This could include using natural language and long-tail keywords, creating content that is more conversational and question-answer based, and ensuring that their website is easily accessible and navigable through voice commands.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSpeechCapabilities (google_api_content_warehouse v0.4.0)

DEPRECATED These capabilities are associated with speech detection on devices.

Attributes

  • dspAvailable (type: boolean(), default: nil) - A bool indicating whether device supports dsp based hotword detection.
  • unlockWithHotwordAvailable (type: boolean(), default: nil) - A bool indicating whether device supports unlocking device with hotword.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSpeechCapabilities{
  dspAvailable: boolean() | nil,
  unlockWithHotwordAvailable: boolean() | nil
}

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.