google_api_tool_results v0.15.0 GoogleApi.ToolResults.V1beta3.Model.ScreenshotCluster View Source

Attributes

  • activity (type: String.t, default: nil) - A string that describes the activity of every screen in the cluster.
  • clusterId (type: String.t, default: nil) - A unique identifier for the cluster.
  • keyScreen (type: GoogleApi.ToolResults.V1beta3.Model.Screen.t, default: nil) - A singular screen that represents the cluster as a whole. This screen will act as the "cover" of the entire cluster. When users look at the clusters, only the key screen from each cluster will be shown. Which screen is the key screen is determined by the ClusteringAlgorithm
  • screens (type: list(GoogleApi.ToolResults.V1beta3.Model.Screen.t), default: nil) - Full list of screens.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ToolResults.V1beta3.Model.ScreenshotCluster{
  activity: String.t(),
  clusterId: String.t(),
  keyScreen: GoogleApi.ToolResults.V1beta3.Model.Screen.t(),
  screens: [GoogleApi.ToolResults.V1beta3.Model.Screen.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.