View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalBasicLocation (google_api_content_warehouse v0.4.0)

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

  • element (type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocationElement.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalBasicLocation{
    element:
      [
        GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocationElement.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.