GoogleApi.ContentWarehouse.V1.Model.QualityOrbitAsteroidBeltDocumentIntentScores
Table of Contents ▼
Jump to a specific part of the page:
Description
Next ID: 7
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
belowThresholdIntents
(type:list(String.t)
, default:nil
)
- Same as above, but for intents below triggering threshold. It can be assumed that any intent in this list has trigger=false. Most intents do not have below-threshold annotations. -
belowThresholdScores
(type:list(integer())
, default:nil
)
- -
imageIntentScores
(type:%{optional(String.t) => GoogleApi.ContentWarehouse.V1.Model.QualityOrbitAsteroidBeltImageIntentScores}
, default:nil
)
- Map of imageid key to ImageIntentScores, for images on cdoc.doc_images -
intents
(type:list(String.t)
, default:nil
)
- The 'intents' and 'scores' fields are stored as parallel lists for compactness. The 'scores' field should not be accessed directly, but instead through the functions in document_intent_scores_utils. -
scores
(type:list(integer())
, default:nil
)
- The intent scores, scaled to integers between 0 and 100 for compactness. -
version
(type:integer()
, default:nil
)
- DEPRECATED. DO NOT USE IT FOR ANY REASON! contact orbit@ if necessary.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityOrbitAsteroidBeltDocumentIntentScores{
belowThresholdIntents: [String.t()] | nil,
belowThresholdScores: [integer()] | nil,
imageIntentScores: %{
optional(String.t()) => GoogleApi.ContentWarehouse.V1.Model.QualityOrbitAsteroidBeltImageIntentScores.t()
} | nil,
intents: [String.t()] | nil,
scores: [integer()] | nil,
version: integer() | nil
}
belowThresholdIntents: [String.t()] | nil,
belowThresholdScores: [integer()] | nil,
imageIntentScores: %{
optional(String.t()) => GoogleApi.ContentWarehouse.V1.Model.QualityOrbitAsteroidBeltImageIntentScores.t()
} | nil,
intents: [String.t()] | nil,
scores: [integer()] | nil,
version: integer() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityOrbitAsteroidBeltDocumentIntentScores