MapsQualitySpecialWordsFlags

GoogleApi.ContentWarehouse.V1.Model.MapsQualitySpecialWordsFlags


Table of Contents ▼

Jump to a specific part of the page:

Description

Flags that describe the information about a special word. If you add another flag please add it to the special words implemenation in google3/maps/quality/internal/special_words.cc. -- Next available id: 22 --

Attributes List

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

View Attributes

Attributes

  1. isAlleyAffix (type: boolean(), default: nil)
    - An affix that indicates an alley. Alleys are unnamed, numbered routes that are always linked to a "parent street". As these parent streets can be named e.g. "7th street" and alleys might be referred to as "7th alley", we need to be able to distinguish those affixes. For more details about alleys see go/vn-alley-geocoding.
  2. isCommonWord (type: boolean(), default: nil)
    - Common words E.g.: center, park, etc.
  3. isDeconstructible (type: boolean(), default: nil)
    - Whether this special word is part of a name without a separator (like e.g. suffix "strasse" in Freigutstrasse).
  4. isDirectionalModifier (type: boolean(), default: nil)
    - Directional modifier. E.g.: north, south, etc.
  5. isDistanceMarker (type: boolean(), default: nil)
    - An affix that indicates distance marker on a route, e.g., 'km'.
  6. isForbiddenWord (type: boolean(), default: nil)
    - Whether geo paths are forbidden to contain this word.
  7. isHouseIdIdentifier (type: boolean(), default: nil)
    - A keyword for a house id.
  8. isIntersectionConnector (type: boolean(), default: nil)
    - Intersection. E.g.: and, at, corner.
  9. isLandmarkIdentifier (type: boolean(), default: nil)
    - An affix that indicates a landmark, e.g. "opposite", "near" etc.
  10. isLanguageIndicator (type: boolean(), default: nil)
    - Language indicator. E.g.: platz in German, straat in Dutch.
  11. isNameSynonym (type: boolean(), default: nil)
    - Whether this is a name synonym and should be allowed to be matched on when searching (that is, added to the retrieval query with the name/ prefix).
  12. isNotForLegacyStreetNumberDetection (type: boolean(), default: nil)
    - Terms which are not allowed to be used by the legacy street number detection.
  13. isNotOptionalizable (type: boolean(), default: nil)
    - Terms which are not allowed to be treated as optional.
  14. isNumber (type: boolean(), default: nil)
    - Numbers. E.g.: 1, one, 2, two.
  15. isNumberSuffix (type: boolean(), default: nil)
    - E.g. suffixes in French: bis, ter.
  16. isOptional (type: boolean(), default: nil)
    - Is this special word optional?
  17. isOrdinalNumber (type: boolean(), default: nil)
    - E.g.: 1st, first.
  18. isPenalizedIfMissing (type: boolean(), default: nil)
    - Optional terms that should not geocode by themselves.
  19. isPersonalTitle (type: boolean(), default: nil)
    - Personal titles (e.g. doctor, professor, general, etc.)
  20. isStopWord (type: boolean(), default: nil)
    - E.g.: the, in, near, where.
  21. isStreetNumberIdentifier (type: boolean(), default: nil)
    - A keyword that denotes a street number, e.g. "number", "unit" etc.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MapsQualitySpecialWordsFlags{
isAlleyAffix: boolean() | nil,
isCommonWord: boolean() | nil,
isDeconstructible: boolean() | nil,
isDirectionalModifier: boolean() | nil,
isDistanceMarker: boolean() | nil,
isForbiddenWord: boolean() | nil,
isHouseIdIdentifier: boolean() | nil,
isIntersectionConnector: boolean() | nil,
isLandmarkIdentifier: boolean() | nil,
isLanguageIndicator: boolean() | nil,
isNameSynonym: boolean() | nil,
isNotForLegacyStreetNumberDetection: boolean() | nil,
isNotOptionalizable: boolean() | nil,
isNumber: boolean() | nil,
isNumberSuffix: boolean() | nil,
isOptional: boolean() | nil,
isOrdinalNumber: boolean() | nil,
isPenalizedIfMissing: boolean() | nil,
isPersonalTitle: boolean() | nil,
isStopWord: boolean() | nil,
isStreetNumberIdentifier: boolean() | nil
}

Function

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

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