AssistantApiLensPerceptionCapabilitiesLensCapabilitiesText

AI Overview😉

  • The potential purpose of this module is to determine whether a piece of text on a webpage can be converted to speech, allowing for better accessibility features such as text-to-speech functionality.
  • This module could impact search results by favoring websites that have text-to-speech capabilities, making their content more accessible to users with disabilities or those who prefer to consume information through audio. This could lead to higher rankings for websites that provide this feature.
  • To be more favorable for this function, a website could ensure that their text content is compatible with text-to-speech software, provide alt text for images, and use semantic HTML to improve the readability of their content. Additionally, they could consider implementing text-to-speech functionality directly on their website to improve user experience.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Text recognition capability.

Attributes

  • isTextToSpeechSupported (type: boolean(), default: nil) - Indicates whether text-to-speech 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.AssistantApiLensPerceptionCapabilitiesLensCapabilitiesText{
    isTextToSpeechSupported: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.