QualityGeoBrainlocBrainlocAttachment

GoogleApi.ContentWarehouse.V1.Model.QualityGeoBrainlocBrainlocAttachment


Table of Contents ▼

Jump to a specific part of the page:

Description

Compressed version of quality_geo_brainloc.goldmine.BrainlocAnnotation for indexing. (See BrainlocAnnotation for detailed documentation.) Next ID: 10

Attributes List

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

View Attributes

Attributes

  1. brainlocVersion (type: integer(), default: nil)
    -
  2. topCitiesRawScores (type: list(integer()), default: nil)
    -
  3. topCitiesVocabIds (type: list(integer()), default: nil)
    - Compressed top locations and their scores. Locations are stored using their model vocab IDs. Location scores are stored using 14 bits of precision (2 bytes).
  4. topCountiesRawScores (type: list(integer()), default: nil)
    -
  5. topCountiesVocabIds (type: list(integer()), default: nil)
    -
  6. topCountriesRawScores (type: list(integer()), default: nil)
    -
  7. topCountriesVocabIds (type: list(integer()), default: nil)
    -
  8. topStatesRawScores (type: list(integer()), default: nil)
    -
  9. topStatesVocabIds (type: list(integer()), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityGeoBrainlocBrainlocAttachment{
brainlocVersion: integer() | nil,
topCitiesRawScores: [integer()] | nil,
topCitiesVocabIds: [integer()] | nil,
topCountiesRawScores: [integer()] | nil,
topCountiesVocabIds: [integer()] | nil,
topCountriesRawScores: [integer()] | nil,
topCountriesVocabIds: [integer()] | nil,
topStatesRawScores: [integer()] | nil,
topStatesVocabIds: [integer()] | nil
}

Function

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

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