NlpSemanticParsingLocalHotelType

AI Overview😉

  • The potential purpose of this module is to help Google's search algorithm understand and categorize different types of accommodations, such as hotels, resorts, vacation rentals, and more, to provide more accurate and relevant search results for users searching for specific types of lodging.
  • This module could impact search results by allowing Google to better understand the nuances of different accommodation types, and to rank search results accordingly. For example, if a user searches for "beach resorts in Hawaii", Google's algorithm can use this module to identify and prioritize search results that are specifically beach resorts, rather than just general hotels or accommodations.
  • A website may change things to be more favorable for this function by including clear and specific information about their accommodation type on their website, such as using schema markup to identify themselves as a "beach resort" or "vacation rental". Additionally, using keywords and phrases related to their specific accommodation type in their website content can also help Google's algorithm understand and categorize their website more accurately.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalHotelType (google_api_content_warehouse v0.4.0)

Hotel Type used by the hotels team to differentiate sub classes of accommodations. For any questions please contact hotel-search-quality@. Next ID: 48

Attributes

  • hotel (type: boolean(), default: nil) - Basic accommodation types.
  • seasideResort (type: boolean(), default: nil) -
  • extendedStayHotel (type: boolean(), default: nil) -
  • suite (type: boolean(), default: nil) -
  • vacationApartment (type: boolean(), default: nil) -
  • resort (type: boolean(), default: nil) -
  • guesthouse (type: boolean(), default: nil) -
  • villa (type: boolean(), default: nil) -
  • vacationHouse (type: boolean(), default: nil) -
  • beachResort (type: boolean(), default: nil) -
  • campsite (type: boolean(), default: nil) -
  • other (type: boolean(), default: nil) - Any other lodging related type.
  • japaneseInnWithHotSpring (type: boolean(), default: nil) -
  • cabin (type: boolean(), default: nil) - Other accommodation types.
  • ecoHotel (type: boolean(), default: nil) -
  • inn (type: boolean(), default: nil) -
  • skiResort (type: boolean(), default: nil) -
  • commonLodgingHouse (type: boolean(), default: nil) -
  • golfResort (type: boolean(), default: nil) -
  • loveHotel (type: boolean(), default: nil) -
  • capsuleHotel (type: boolean(), default: nil) -
  • chalet (type: boolean(), default: nil) -
  • hostel (type: boolean(), default: nil) -
  • castleHotel (type: boolean(), default: nil) -
  • bedAndBreakfast (type: boolean(), default: nil) -
  • motel (type: boolean(), default: nil) -
  • guestRanch (type: boolean(), default: nil) -
  • wellnessAndSpaAccommodation (type: boolean(), default: nil) -
  • vacationRental (type: boolean(), default: nil) - Vacation rental accommodation types.
  • safariLodge (type: boolean(), default: nil) -
  • houseboat (type: boolean(), default: nil) -
  • youthHostel (type: boolean(), default: nil) -
  • japaneseInn (type: boolean(), default: nil) - Japanese accommodation types.
  • lodging (type: boolean(), default: nil) -
  • businessHotel (type: boolean(), default: nil) -
  • cottage (type: boolean(), default: nil) -
  • servicedApartment (type: boolean(), default: nil) -
  • pension (type: boolean(), default: nil) -
  • gite (type: boolean(), default: nil) -
  • boutiqueHotel (type: boolean(), default: nil) -
  • condoHotel (type: boolean(), default: nil) -
  • conventionHotel (type: boolean(), default: nil) -
  • casinoAccommodation (type: boolean(), default: nil) -
  • lodge (type: boolean(), default: nil) -
  • allInclusiveResort (type: boolean(), default: nil) - Basic accommodation types variations.
  • farmstay (type: boolean(), default: nil) -
  • mountainHut (type: boolean(), default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalHotelType{
  allInclusiveResort: boolean() | nil,
  beachResort: boolean() | nil,
  bedAndBreakfast: boolean() | nil,
  boutiqueHotel: boolean() | nil,
  businessHotel: boolean() | nil,
  cabin: boolean() | nil,
  campsite: boolean() | nil,
  capsuleHotel: boolean() | nil,
  casinoAccommodation: boolean() | nil,
  castleHotel: boolean() | nil,
  chalet: boolean() | nil,
  commonLodgingHouse: boolean() | nil,
  condoHotel: boolean() | nil,
  conventionHotel: boolean() | nil,
  cottage: boolean() | nil,
  ecoHotel: boolean() | nil,
  extendedStayHotel: boolean() | nil,
  farmstay: boolean() | nil,
  gite: boolean() | nil,
  golfResort: boolean() | nil,
  guestRanch: boolean() | nil,
  guesthouse: boolean() | nil,
  hostel: boolean() | nil,
  hotel: boolean() | nil,
  houseboat: boolean() | nil,
  inn: boolean() | nil,
  japaneseInn: boolean() | nil,
  japaneseInnWithHotSpring: boolean() | nil,
  lodge: boolean() | nil,
  lodging: boolean() | nil,
  loveHotel: boolean() | nil,
  motel: boolean() | nil,
  mountainHut: boolean() | nil,
  other: boolean() | nil,
  pension: boolean() | nil,
  resort: boolean() | nil,
  safariLodge: boolean() | nil,
  seasideResort: boolean() | nil,
  servicedApartment: boolean() | nil,
  skiResort: boolean() | nil,
  suite: boolean() | nil,
  vacationApartment: boolean() | nil,
  vacationHouse: boolean() | nil,
  vacationRental: boolean() | nil,
  villa: boolean() | nil,
  wellnessAndSpaAccommodation: boolean() | nil,
  youthHostel: boolean() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.