AssistantApiSettingsSpeechOutputSettings

AI Overview😉

  • The potential purpose of this module is to control the text-to-speech (TTS) output settings for Google Assistant, allowing for customization of how spoken responses are generated and delivered.
  • This module could impact search results by influencing the way spoken answers are presented to users, potentially affecting the user experience and accessibility of search results. For example, it may prioritize certain types of content or formats that are more suitable for voice output.
  • To be more favorable for this function, a website may focus on creating content that is optimized for voice output, such as using clear and concise language, structuring content in a way that is easy to follow when read aloud, and providing alternative formats for visually impaired users. Additionally, websites may want to ensure that their content is easily machine-readable to facilitate smooth TTS output.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Settings related to TTS output.

Attributes

  • speechOutput (type: String.t, default: nil) -

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.AssistantApiSettingsSpeechOutputSettings{
    speechOutput: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.