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

Attributes

  • base (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation.t, default: nil) - If the base is missing then clients should assume that it implicitly means "here". E.g., "within five miles" really means "within five miles from here"
  • connector (type: String.t, default: nil) - The text between the extent and the base, e.g., for "50 miles from here" the connector is "from".
  • extent (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalExtent.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalVicinityLocation{
    base:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation.t()
      | nil,
    connector: String.t() | nil,
    extent:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalExtent.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.