View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreGConceptInstanceProto (google_api_content_warehouse v0.4.0)
A GConceptInstanceProto contains a GConceptID (which is the unique identifier of a GConcept, a category in the Geo Ontology).
Attributes
-
gconceptId
(type:String.t
, default:nil
) - The unique identifier of a GConcept (e.g. "gcid:railway"). -
metadata
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t
, default:nil
) - Field-level metadata for this GConcept. -
prominence
(type:String.t
, default:nil
) - The relative prominence of this category to this feature according to the data provider, as one of the values from the enum above. Prominence is a measure of how well the given GConcept describes the feature. An example is a gas station with convenience store and ATM. All three GConcepts are very relevant, but the gas_station GConcept is the most prominent. If the prominence of this GConcept is unknown, this field should not be set.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreGConceptInstanceProto{ gconceptId: String.t() | nil, metadata: GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t() | nil, prominence: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.