RepositoryAnnotationsGeoTopic

GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsGeoTopic


Table of Contents ▼

Jump to a specific part of the page:

Description

GeoTopicality of a document is a set of GeoTopics ordered by their normalized scores.

Attributes List

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

View Attributes

Attributes

  1. address (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreAddressProto, default: nil)
    - Stores parent/container information containing city, province & country.
  2. componentScores (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsGeoTopicalityScore), default: nil)
    - The raw scores used to calculate the normalized_score. Note that not all these scores may be exposed to the users.
  3. confidence (type: number(), default: nil)
    - A score [0, 1] indicating the confidence.
  4. denseCity (type: boolean(), default: nil)
    - Is this a dense city (e.g., population > 100k)?
  5. establishmentType (type: integer(), default: nil)
    - Sub type for POI types like ESTABLISHMENT_POI, ESTABLISHMENT_GROUNDS & ESTABLISHMENT_BUILDING
  6. latE7 (type: integer(), default: nil)
    - Latitude and Longitude of the location.
  7. lngE7 (type: integer(), default: nil)
    -
  8. locationName (type: String.t, default: nil)
    - Name of the Geographic location. This is the normalized name.
  9. normalizedScore (type: number(), default: nil)
    - A score [0, 1] indicating the likelihood of the location being the GeoTopicality.
  10. oysterId (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto, default: nil)
    - Oyster Feature ID of the location.
  11. oysterType (type: integer(), default: nil)
    - Oyster Feature Type
  12. sumContainedPoiNormalizedScores (type: number(), default: nil)
    - The sum of the normalized scores of POIs contained within a particular locality.

Type

@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
}

Function

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

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