View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocalResultId (google_api_content_warehouse v0.4.0)
This message holds all info the local assistant team will need to lookup a LocalResult in search.
Attributes
-   featureId(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t, 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.t, default:nil) - The position of the result.
-   rect(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreRectProto.t, default:nil) - The position of the result, if it can't be expressed as a pointproto.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.