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

These scores are for image scores in the context of a landing page, which is now a discouraged path of building image classifications. See go/orbit-for-images-v2 for an alternative.

Attributes

  • intents (type: list(String.t), default: nil) - The unique identifier for an Asteroid Belt document intent is being reused here
  • scores (type: list(integer()), default: nil) - The intent scores, scaled to integers between 0 and 100 for compactness.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.QualityOrbitAsteroidBeltImageIntentScores{
    intents: [String.t()] | nil,
    scores: [integer()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.