QualityOrbitAsteroidBeltImageIntentScores

GoogleApi.ContentWarehouse.V1.Model.QualityOrbitAsteroidBeltImageIntentScores


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityOrbitAsteroidBeltImageIntentScores