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

Stores information for a single image-only orbit intent. See go/orbit-for-images-v2 for more details.

Attributes

  • imageIntent (type: String.t, default: nil) - Intent of this proto instance.
  • missingInputs (type: list(String.t), default: nil) -
  • score (type: number(), default: nil) - Score of the intent.
  • trigger (type: boolean(), default: nil) - Whether the intent triggered with the default threshold or not.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityOrbitOrbitImageIntent{
  imageIntent: String.t() | nil,
  missingInputs: [String.t()] | nil,
  score: number() | nil,
  trigger: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.