Voting helps other researchers find interesting modules.
GeoTopicality of a document is a set of GeoTopics ordered by their normalized scores.
address
GoogleApi.ContentWarehouse.V1.Model.GeostoreAddressProto.t
nil
componentScores
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsGeoTopicalityScore.t)
confidence
number()
denseCity
boolean()
establishmentType
integer()
latE7
lngE7
locationName
String.t
normalizedScore
oysterId
GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t
oysterType
sumContainedPoiNormalizedScores
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsGeoTopic{ address: GoogleApi.ContentWarehouse.V1.Model.GeostoreAddressProto.t() | nil, componentScores: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsGeoTopicalityScore.t() ] | nil, confidence: number() | nil, denseCity: boolean() | nil, establishmentType: integer() | nil, latE7: integer() | nil, lngE7: integer() | nil, locationName: String.t() | nil, normalizedScore: number() | nil, oysterId: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil, oysterType: integer() | nil, sumContainedPoiNormalizedScores: number() | nil }
@spec decode(struct(), keyword()) :: struct()