LocalWWWInfoCluster

GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoCluster


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. addrFprint (type: String.t, default: nil)
    -
  2. annotationConfidence (type: number(), default: nil)
    - Confidence score for business mention annotations which is copied from LocalEntityAnnotations::location_confidence.
  3. clusterdocid (type: String.t, default: nil)
    -
  4. clusterid (type: String.t, default: nil)
    -
  5. confidence (type: number(), default: nil)
    - Probability that this is the authority page of the business. Same as LocalListing.authority_page_probability, only set for pages with page_type_flags & AUTHORITY.
  6. featureType (type: integer(), default: nil)
    - Feature type for this listing, from LocalListing::info::related_feature. A geostore::FeatureProto::TypeCategory. Intended primarily to indicate POI-ness (i.e., TYPE_ESTABLISHMENT_POI).
  7. hours (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreTimeScheduleProto, default: nil)
    - Opening hours for the business, from Local attributes and/or extracted annotations.
  8. hoursSource (type: String.t, default: nil)
    -
  9. includeInIndex (type: boolean(), default: nil)
    -
  10. isPlusbox (type: boolean(), default: nil)
    - TODO(local-universal) Consider deleting is_plusbox once the new scheme that uses make_plusbox_visible rolled out.
  11. latitudeE6 (type: integer(), default: nil)
    -
  12. level (type: integer(), default: nil)
    - DEPRECATED / NO LONGER WRITTEN. URL path level from actual references to this webpage.
  13. longitudeE6 (type: integer(), default: nil)
    -
  14. makePlusboxVisible (type: boolean(), default: nil)
    - A hint for frontend to decide whether this plusbox should be visible or not.
  15. menuUrl (type: list(String.t), default: nil)
    - Menu link for the business. Currently only comes from Local attributes.
  16. pageTypeFlags (type: integer(), default: nil)
    - Type of the web reference.
  17. phoneFprint (type: String.t, default: nil)
    -
  18. phoneNumber (type: GoogleApi.ContentWarehouse.V1.Model.TelephoneNumber, default: nil)
    -
  19. postalAddress (type: GoogleApi.ContentWarehouse.V1.Model.PostalAddress, default: nil)
    -
  20. relevance (type: number(), default: nil)
    - DEPRECATED / NO LONGER WRITTEN. How relevant the webpage is to the business (clustering distance). Same as LocalListing::Reference.relevance. Typically only set for pages with (page_type_flags & WEB_EXTRACTION && !AUTHORITY).
  21. showInSnippets (type: boolean(), default: nil)
    -
  22. source (type: list(String.t), default: nil)
    -
  23. title (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoCluster{
addrFprint: String.t() | nil,
annotationConfidence: number() | nil,
clusterdocid: String.t() | nil,
clusterid: String.t() | nil,
confidence: number() | nil,
featureType: integer() | nil,
hours: GoogleApi.ContentWarehouse.V1.Model.GeostoreTimeScheduleProto.t() | nil,
hoursSource: String.t() | nil,
includeInIndex: boolean() | nil,
isPlusbox: boolean() | nil,
latitudeE6: integer() | nil,
level: integer() | nil,
longitudeE6: integer() | nil,
makePlusboxVisible: boolean() | nil,
menuUrl: [String.t()] | nil,
pageTypeFlags: integer() | nil,
phoneFprint: String.t() | nil,
phoneNumber: GoogleApi.ContentWarehouse.V1.Model.TelephoneNumber.t() | nil,
postalAddress: GoogleApi.ContentWarehouse.V1.Model.PostalAddress.t() | nil,
relevance: number() | nil,
showInSnippets: boolean() | nil,
source: [String.t()] | nil,
title: String.t() | nil
}

Function

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

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