GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalBasicLocation
Table of Contents ▼
Jump to a specific part of the page:
Description
Conceptually this describes one location. Technically, this is a sequence of location elements with the intention that at least one element in the sequence is an actual location (rather than a modifier).
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
element
(type:list(GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocationElement)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalBasicLocation{
element: [ GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocationElement.t() ] | nil
}
element: [ GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocationElement.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalBasicLocation