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

Attributes

  • boost (type: number(), default: nil) - Score multiplier (fully normalized 1 is nop).
  • query (type: String.t, default: nil) - Canonicalized query string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageContentQueryBoostQueryBoost{
  boost: number() | nil,
  query: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.