GoogleApi.ContentWarehouse.V1.Model.QualitySalientCountriesSalientCountrySet
Table of Contents ▼
Jump to a specific part of the page:
Description
Set of SalientCountry for a document.
Attributes List
This module has the following attributes (case-insensitive ascending order):
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)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualitySalientCountriesSalientCountrySet{
packedCountry: [integer()] | nil,
packedSalience: [integer()] | nil,
salientCountry: [ GoogleApi.ContentWarehouse.V1.Model.QualitySalientCountriesSalientCountry.t() ] | nil
}
packedCountry: [integer()] | nil,
packedSalience: [integer()] | nil,
salientCountry: [ GoogleApi.ContentWarehouse.V1.Model.QualitySalientCountriesSalientCountry.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualitySalientCountriesSalientCountrySet