Voting helps other researchers find interesting modules.
Star ratings constraints, mostly relevant for hotels. There is an implicit OR relation between these. E.g., for "three star or four star hotel" both three and four would be set to true. Next Available ID: 13.
five
boolean()
nil
four
fourAndAHalf
one
oneAndAHalf
orFewer
orMore
three
threeAndAHalf
two
twoAndAHalf
unspecified
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalStarRatings{ five: boolean() | nil, four: boolean() | nil, fourAndAHalf: boolean() | nil, one: boolean() | nil, oneAndAHalf: boolean() | nil, orFewer: boolean() | nil, orMore: boolean() | nil, three: boolean() | nil, threeAndAHalf: boolean() | nil, two: boolean() | nil, twoAndAHalf: boolean() | nil, unspecified: boolean() | nil }
@spec decode(struct(), keyword()) :: struct()