View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalCompoundLocation (google_api_content_warehouse v0.4.0)
Attributes
-
joiner
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalJoiner.t
, default:nil
) - -
location1
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation.t
, default:nil
) - -
location2
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation.t
, default:nil
) - If location_2 is absent, it should likely be interpreted as an implicit "here". For example, "nearest Starbucks" will be represented as a compound location with "Starbucks" as location_1, "nearest" as the joiner, and empty location_2.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalCompoundLocation{ joiner: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalJoiner.t() | nil, location1: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation.t() | nil, location2: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.