GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExplainedRangeInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Information about all ranges explained by the entity or any other entity it implies. For example, the Zurich entity may explain both tokens "Zurich" and "Switzerland" in [FIFA Zurich Switzerland], the first directly, the other via implication. Only used in the context of query annotation.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
explainedRange
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExplainedRangeInfoExplainedRange)
, default:nil
)
- All ranges explained by the entity. -
geoQueryCoverage
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExplainedRangeInfo{
explainedRange: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExplainedRangeInfoExplainedRange.t() ] | nil,
geoQueryCoverage: String.t() | nil
}
explainedRange: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExplainedRangeInfoExplainedRange.t() ] | nil,
geoQueryCoverage: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExplainedRangeInfo