GoogleApi.ContentWarehouse.V1.Model.QualityGeoBrainlocBrainlocAttachment
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
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):
Attributes
-
brainlocVersion
(type:integer()
, default:nil
)
- -
topCitiesRawScores
(type:list(integer())
, default:nil
)
- -
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). -
topCountiesRawScores
(type:list(integer())
, default:nil
)
- -
topCountiesVocabIds
(type:list(integer())
, default:nil
)
- -
topCountriesRawScores
(type:list(integer())
, default:nil
)
- -
topCountriesVocabIds
(type:list(integer())
, default:nil
)
- -
topStatesRawScores
(type:list(integer())
, default:nil
)
- -
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
}
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