NlpSemanticParsingLocalLocalResultId

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocalResultId


Table of Contents ▼

Jump to a specific part of the page:

Description

This message holds all info the local assistant team will need to lookup a LocalResult in search.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. featureId (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto, default: nil)
    -
  2. geocodingAddress (type: String.t, default: nil)
    - The full address of the result. This should be a verbose address string that geocodes reliably.
  3. kgMid (type: String.t, default: nil)
    - The knowledge graph reference of the result.
  4. position (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto, default: nil)
    - The position of the result.
  5. rect (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreRectProto, default: nil)
    - The position of the result, if it can't be expressed as a pointproto.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocalResultId{
featureId: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
geocodingAddress: String.t() | nil,
kgMid: String.t() | nil,
position: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t() | nil,
rect: GoogleApi.ContentWarehouse.V1.Model.GeostoreRectProto.t() | nil
}

Function

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

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