GoogleApi.ContentWarehouse.V1.Model.GeostoreGConceptInstanceProto
Table of Contents ▼
Jump to a specific part of the page:
Description
A GConceptInstanceProto contains a GConceptID (which is the unique identifier of a GConcept, a category in the Geo Ontology).
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
gconceptId
(type:String.t
, default:nil
)
- The unique identifier of a GConcept (e.g. "gcid:railway"). -
metadata
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto
, 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.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreGConceptInstanceProto{
gconceptId: String.t() | nil,
metadata: GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t() | nil,
prominence: String.t() | nil
}
gconceptId: String.t() | nil,
metadata: GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t() | nil,
prominence: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreGConceptInstanceProto