NlpSemanticParsingLocalVicinityLocation

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalVicinityLocation


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):

View Attributes

Attributes

  1. base (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation, 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"
  2. 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".
  3. extent (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalExtent, default: nil)
    -

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalVicinityLocation