CountrySalientCountry

GoogleApi.ContentWarehouse.V1.Model.CountrySalientCountry


Table of Contents ▼

Jump to a specific part of the page:

Description

Salient Countries is an estimated probability (salience) of a doc to be relevant to a country. On this message, countries are represented as int32 (the format of this data is defined in i18n/identifiers/stableinternalregionconverter.cc). Salience is a value in range [0.0 - 1.0] in which 1.0 represents a high likelihood to be relevant to the country

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. compressedSalience (type: integer(), default: nil)
    -
  2. countryCode (type: integer(), default: nil)
    -
  3. salience (type: number(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CountrySalientCountry{
compressedSalience: integer() | nil,
countryCode: integer() | nil,
salience: number() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.CountrySalientCountry