Voting helps other researchers find interesting modules.
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 --
isAlleyAffix
boolean()
nil
isCommonWord
isDeconstructible
isDirectionalModifier
isDistanceMarker
isForbiddenWord
isHouseIdIdentifier
isIntersectionConnector
isLandmarkIdentifier
isLanguageIndicator
isNameSynonym
isNotForLegacyStreetNumberDetection
isNotOptionalizable
isNumber
isNumberSuffix
isOptional
isOrdinalNumber
isPenalizedIfMissing
isPersonalTitle
isStopWord
isStreetNumberIdentifier
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()