AssistantApiGestureCapabilities

AI Overview😉

  • The potential purpose of this module is to determine a device's ability to recognize and respond to various gestures, such as tapping or swiping, which can affect how users interact with search results. This information can help Google personalize the search experience for users based on their device capabilities.
  • This module could impact search results by influencing the ranking of websites that are optimized for specific gestures or devices. For example, if a website is optimized for omniswipe gestures, it may be ranked higher for users who have devices that support this feature. On the other hand, websites that are not optimized for certain gestures may be demoted in search results for users who frequently use those gestures.
  • To be more favorable for this function, a website can ensure that it is optimized for various gestures and devices. This can include implementing responsive design, using gesture-friendly UI elements, and testing the website's functionality across different devices and browsers. Additionally, websites can use device detection and adaptation techniques to provide a customized experience for users based on their device capabilities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The gesture capabilities related to Selina. Next ID: 4

Attributes

  • gestureSensing (type: boolean(), default: nil) - Whether Gesture is supported. When false, override the value for tap and omniswipe.
  • omniswipeGestureCapable (type: boolean(), default: nil) - Whether omniswipe is supported
  • tapGestureCapable (type: boolean(), default: nil) - Whether tap is supported

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.AssistantApiGestureCapabilities{
  gestureSensing: boolean() | nil,
  omniswipeGestureCapable: boolean() | nil,
  tapGestureCapable: boolean() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.