RepositoryWebrefCategoryInfo

AI Overview😉

  • The potential purpose of this module is to categorize and understand the entity or topic of a webpage, including its types, categories, and relationships. This helps Google's algorithm to better comprehend the content and relevance of a webpage.
  • This module could impact search results by influencing the ranking and relevance of a webpage. If a webpage is accurately categorized and its types and relationships are well-understood, it may be considered more relevant and authoritative, leading to higher search engine rankings. Conversely, if a webpage's categorization is incomplete or inaccurate, it may be ranked lower or omitted from search results.
  • To be more favorable for this function, a website could ensure that its content is accurately and consistently categorized, using relevant keywords, meta tags, and structured data (e.g., schema.org). Additionally, providing clear and concise information about the entity or topic, including its relationships and types, can help Google's algorithm to better understand the content and improve its categorization. Furthermore, using high-quality and authoritative sources to support the content can increase its credibility and relevance.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryInfo (google_api_content_warehouse v0.4.0)

All informations about category types of the entity.

Attributes

  • allTypes (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType.t), default: nil) - Contains all types relevant for this entity, along with their provenances and confidences. This field basically replicates information above in a unified way, so that Refcon scroing can make better use of it. If present, Refcon scoring will use all_types, and ignore other fields like freebase_type. Note: there is some basic conflict resolution applied when all_types are computed (implemented in type-extractor.cc, IsLikelyConflictingFreebase).
  • freebaseType (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType.t), default: nil) -
  • kgCollection (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefKGCollection.t), default: nil) -
  • oysterType (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefOysterType.t, default: nil) -
  • salientCategory (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFatcatCategory.t), default: nil) - verticals4 categories that cooccur with this entity, aggregated over D2E. See where we read from CompactDocClassification in http://google3/repository/webref/preprocessing/fatcat-categories.cc.
  • wikipediaCategory (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWikipediaCategory.t), default: nil) -
  • wpCategory (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType.t), default: nil) - WPCat CategotyResult classification.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryInfo{
  allTypes:
    [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType.t()] | nil,
  freebaseType:
    [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType.t()] | nil,
  kgCollection:
    [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefKGCollection.t()] | nil,
  oysterType:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefOysterType.t() | nil,
  salientCategory:
    [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFatcatCategory.t()]
    | nil,
  wikipediaCategory:
    [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWikipediaCategory.t()]
    | nil,
  wpCategory:
    [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefFreebaseType.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.