View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExplainedRangeInfo (google_api_content_warehouse v0.4.0)

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

  • explainedRange (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExplainedRangeInfoExplainedRange.t), default: nil) - All ranges explained by the entity.
  • geoQueryCoverage (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExplainedRangeInfo{
  explainedRange:
    [
      GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExplainedRangeInfoExplainedRange.t()
    ]
    | nil,
  geoQueryCoverage: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.