View Source GoogleApi.ContentWarehouse.V1.Model.QualityOrbitOrbitImageIntents (google_api_content_warehouse v0.3.0)

Image-only orbit intents (See: go/orbit-for-images-v2)

Attributes

  • intents (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityOrbitOrbitImageIntent.t), default: nil) - Intents with non-trivial scores.
  • isPartial (type: boolean(), default: nil) - Used to control merging behavior: partial protos will always be merged with current, while full protos will completely replace older versions.
  • version (type: String.t, default: nil) - Represents the version. Filled in Amarna (main version controller).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityOrbitOrbitImageIntents{
  intents:
    [GoogleApi.ContentWarehouse.V1.Model.QualityOrbitOrbitImageIntent.t()] | nil,
  isPartial: boolean() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.