View Source GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStyleAestheticsScoreSignals (google_api_content_warehouse v0.4.0)

Aesthetics score of a style image. Check http://go/styleai-indexing-g3doc#aesthetic-model for more details about the Style AI Aesthetics Model.

Attributes

  • discretizedAestheticsScore (type: integer(), default: nil) - Aesthetics score discretized into range [0, 100].
  • version (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStyleAestheticsScoreSignals{
    discretizedAestheticsScore: integer() | nil,
    version: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.