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

Next ID: 7

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.t}, 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.