View Source GoogleApi.ContentWarehouse.V1.Model.QualityGeoBrainlocBrainlocAttachment (google_api_content_warehouse v0.4.0)
Compressed version of quality_geo_brainloc.goldmine.BrainlocAnnotation for indexing. (See BrainlocAnnotation for detailed documentation.) Next ID: 10
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
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.