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

Set of SalientCountry for a document.

Attributes

  • packedCountry (type: list(integer()), default: nil) - Packed Country and salience optimized for index storage
  • packedSalience (type: list(integer()), default: nil) -
  • salientCountry (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySalientCountriesSalientCountry.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.QualitySalientCountriesSalientCountrySet{
    packedCountry: [integer()] | nil,
    packedSalience: [integer()] | nil,
    salientCountry:
      [
        GoogleApi.ContentWarehouse.V1.Model.QualitySalientCountriesSalientCountry.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.