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):
Attributes
-
featureId
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto
, default:nil
)
- -
geocodingAddress
(type:String.t
, default:nil
)
- The full address of the result. This should be a verbose address string that geocodes reliably. -
kgMid
(type:String.t
, default:nil
)
- The knowledge graph reference of the result. -
position
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto
, default:nil
)
- The position of the result. -
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
}
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