GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalCompoundLocation
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
joiner
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalJoiner
, default:nil
)
- -
location1
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation
, default:nil
)
- -
location2
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation
, 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.
Type
@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
}
joiner: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalJoiner.t() | nil,
location1: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation.t() | nil,
location2: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalCompoundLocation